Html Css Color HEX #374418 Turtle Green

📋 copy color: '#374418'

red 55 ◦ green 68 ◦ blue 24

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

Shades of Turtle Green #374418

Tints of Turtle Green #374418

RGB

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

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

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

R = 37.41%
G = 46.26%
B = 16.33%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.65

 K value IS 0.73

RGB Variations

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

Color information

#374418 (or 0x374418) is known color: Turtle Green. HEX triplet: 37, 44 and 18. RGB value is (55,68,24). Sum of RGB (Red+Green+Blue) = 55+68+24=147 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.41% from 147); Green value is 68 (26.95% from 255 or 46.26% from 147); Blue value is 24 (9.77% from 255 or 16.33% from 147); Max value from RGB is 68 - color contains mainly: green. Hex color #374418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374418 is #C8BBE7. Grayscale: #3B3B3B. Windows color (decimal): -13155304 or 1590327. OLE color: 1590327.

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

Color convert

RGB 55 68 24 -
CMYK 0.19 0 0.65 0.73
HSL 77.73º 0.48% 0.18% -
HSV(B) 77.73º 0.65% 0.27% -
XYZ 3.81 5.01 1.63 -
YUV 59.1 108.19 125.08 -
System Red Green Blue C M Y K H S L
Decimal 55 68 24 0.19 0 0.65 0.73 77.73 0.48 0.18
Hex 37 44 18 13 0 41 49 4E 30 12
Octal 67 104 30 23 0 101 111 116 60 22
Binary 110111 1000100 11000 10011 0 1000001 1001001 1001110 110000 10010

Color Harmonies of #374418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374418

Black with #374418

Text Example


Text Example

White with #374418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374418; }

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

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

background-color css

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

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

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

border-color css

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

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

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