Html Css Color HEX #374408 Turtle Green

📋 copy color: '#374408'

red 55 ◦ green 68 ◦ blue 8

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

Shades of Turtle Green #374408

Tints of Turtle Green #374408

RGB

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

 GREEN value IS 68 (26.95% from 255) = 51.91%

 BLUE value IS 8 (3.52% from 255) = 6.11%

R = 41.98%
G = 51.91%
B = 6.11%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.88

 K value IS 0.73

RGB Variations

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

Color information

#374408 (or 0x374408) is known color: Turtle Green. HEX triplet: 37, 44 and 08. RGB value is (55,68,8). Sum of RGB (Red+Green+Blue) = 55+68+8=131 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.98% from 131); Green value is 68 (26.95% from 255 or 51.91% from 131); Blue value is 8 (3.52% from 255 or 6.11% from 131); Max value from RGB is 68 - color contains mainly: green. Hex color #374408 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374408 is #C8BBF7. Grayscale: #393939. Windows color (decimal): -13155320 or 541751. OLE color: 541751.

HSL color Cylindrical-coordinate representation of color #374408: hue angle of 73º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #374408 is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.73.

Color convert

RGB 55 68 8 -
CMYK 0.19 0 0.88 0.73
HSL 73º 0.79% 0.15% -
HSV(B) 73º 0.88% 0.27% -
XYZ 3.69 4.96 0.99 -
YUV 57.27 100.19 126.38 -
System Red Green Blue C M Y K H S L
Decimal 55 68 8 0.19 0 0.88 0.73 73 0.79 0.15
Hex 37 44 8 13 0 58 49 49 4F F
Octal 67 104 10 23 0 130 111 111 117 17
Binary 110111 1000100 1000 10011 0 1011000 1001001 1001001 1001111 1111

Color Harmonies of #374408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374408

Black with #374408

Text Example


Text Example

White with #374408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374408; }

 p { color: rgb(55,68,8); }

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

background-color css

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

 a { background-color: rgb(55,68,8); }

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

border-color css

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

 span { border-color: rgb(55,68,8); }

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