Html Css Color HEX #374818 Turtle Green

📋 copy color: '#374818'

red 55 ◦ green 72 ◦ blue 24

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

Shades of Turtle Green #374818

Tints of Turtle Green #374818

RGB

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

 GREEN value IS 72 (28.52% from 255) = 47.68%

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

R = 36.42%
G = 47.68%
B = 15.89%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.67

 K value IS 0.72

RGB Variations

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

Color information

#374818 (or 0x374818) is known color: Turtle Green. HEX triplet: 37, 48 and 18. RGB value is (55,72,24). Sum of RGB (Red+Green+Blue) = 55+72+24=151 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.42% from 151); Green value is 72 (28.52% from 255 or 47.68% from 151); Blue value is 24 (9.77% from 255 or 15.89% from 151); Max value from RGB is 72 - color contains mainly: green. Hex color #374818 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374818 is #C8B7E7. Grayscale: #3D3D3D. Windows color (decimal): -13154280 or 1591351. OLE color: 1591351.

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

Color convert

RGB 55 72 24 -
CMYK 0.24 0 0.67 0.72
HSL 81.25º 0.5% 0.19% -
HSV(B) 81.25º 0.67% 0.28% -
XYZ 4.06 5.51 1.71 -
YUV 61.45 106.87 123.4 -
System Red Green Blue C M Y K H S L
Decimal 55 72 24 0.24 0 0.67 0.72 81.25 0.5 0.19
Hex 37 48 18 18 0 43 48 51 32 13
Octal 67 110 30 30 0 103 110 121 62 23
Binary 110111 1001000 11000 11000 0 1000011 1001000 1010001 110010 10011

Color Harmonies of #374818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374818

Black with #374818

Text Example


Text Example

White with #374818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374818; }

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

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

background-color css

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

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

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

border-color css

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

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

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