Html Css Color HEX #373D11 Turtle Green

📋 copy color: '#373D11'

red 55 ◦ green 61 ◦ blue 17

#373D11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turtle Green #373D11

Tints of Turtle Green #373D11

RGB

 RED value IS 55 (21.88% from 255) = 41.35%

 GREEN value IS 61 (24.22% from 255) = 45.86%

 BLUE value IS 17 (7.03% from 255) = 12.78%

R = 41.35%
G = 45.86%
B = 12.78%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.72

 K value IS 0.76

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#373D11 (or 0x373D11) is known color: Turtle Green. HEX triplet: 37, 3D and 11. RGB value is (55,61,17). Sum of RGB (Red+Green+Blue) = 55+61+17=133 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.35% from 133); Green value is 61 (24.22% from 255 or 45.86% from 133); Blue value is 17 (7.03% from 255 or 12.78% from 133); Max value from RGB is 61 - color contains mainly: green. Hex color #373D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373D11 is #C8C2EE. Grayscale: #363636. Windows color (decimal): -13157103 or 1129783. OLE color: 1129783.

HSL color Cylindrical-coordinate representation of color #373D11: hue angle of 68.18º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #373D11 is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.76.

Color convert

RGB 55 61 17 -
CMYK 0.10 0 0.72 0.76
HSL 68.18º 0.56% 0.15% -
HSV(B) 68.18º 0.72% 0.24% -
XYZ 3.35 4.19 1.16 -
YUV 54.19 107.01 128.58 -
System Red Green Blue C M Y K H S L
Decimal 55 61 17 0.10 0 0.72 0.76 68.18 0.56 0.15
Hex 37 3D 11 A 0 48 4C 44 38 F
Octal 67 75 21 12 0 110 114 104 70 17
Binary 110111 111101 10001 1010 0 1001000 1001100 1000100 111000 1111

Color Harmonies of #373D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373D11

Black with #373D11

Text Example


Text Example

White with #373D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373D11; }

 p { color: rgb(55,61,17); }

 H1.HeaderClassName
 {
   color: #373D11;
 }
 .AnyTagClassName
 {
   color: #373D11;
 }
</style>

background-color css

<style>
 a { background-color: #373D11; }

 a { background-color: rgb(55,61,17); }

 div.DivClassName
 {
   background-color: #373D11;
 }
 .BgClassName
 {
   background-color: #373D11;
 }
</style>

border-color css

<style>
 span { border-color: #373D11; }

 span { border-color: rgb(55,61,17); }

 td.TdClassName
 {
   border-color: #373D11;
 }
 .TagClassName
 {
   border-color: #373D11;
 }
</style>