Html Css Color HEX #374718 Turtle Green

📋 copy color: '#374718'

red 55 ◦ green 71 ◦ blue 24

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

Shades of Turtle Green #374718

Tints of Turtle Green #374718

RGB

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

 GREEN value IS 71 (28.13% from 255) = 47.33%

 BLUE value IS 24 (9.77% from 255) = 16%

R = 36.67%
G = 47.33%
B = 16%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.66

 K value IS 0.72

RGB Variations

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

Color information

#374718 (or 0x374718) is known color: Turtle Green. HEX triplet: 37, 47 and 18. RGB value is (55,71,24). Sum of RGB (Red+Green+Blue) = 55+71+24=150 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.67% from 150); Green value is 71 (28.12% from 255 or 47.33% from 150); Blue value is 24 (9.77% from 255 or 16% from 150); Max value from RGB is 71 - color contains mainly: green. Hex color #374718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374718 is #C8B8E7. Grayscale: #3D3D3D. Windows color (decimal): -13154536 or 1591095. OLE color: 1591095.

HSL color Cylindrical-coordinate representation of color #374718: hue angle of 80.43º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #374718 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.72.

Color convert

RGB 55 71 24 -
CMYK 0.23 0 0.66 0.72
HSL 80.43º 0.49% 0.19% -
HSV(B) 80.43º 0.66% 0.28% -
XYZ 3.99 5.38 1.69 -
YUV 60.86 107.2 123.82 -
System Red Green Blue C M Y K H S L
Decimal 55 71 24 0.23 0 0.66 0.72 80.43 0.49 0.19
Hex 37 47 18 17 0 42 48 50 31 13
Octal 67 107 30 27 0 102 110 120 61 23
Binary 110111 1000111 11000 10111 0 1000010 1001000 1010000 110001 10011

Color Harmonies of #374718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374718

Black with #374718

Text Example


Text Example

White with #374718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374718; }

 p { color: rgb(55,71,24); }

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

background-color css

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

 a { background-color: rgb(55,71,24); }

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

border-color css

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

 span { border-color: rgb(55,71,24); }

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