Html Css Color HEX #374518 Turtle Green

📋 copy color: '#374518'

red 55 ◦ green 69 ◦ blue 24

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

Shades of Turtle Green #374518

Tints of Turtle Green #374518

RGB

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

 GREEN value IS 69 (27.34% from 255) = 46.62%

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

R = 37.16%
G = 46.62%
B = 16.22%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.65

 K value IS 0.73

RGB Variations

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

Color information

#374518 (or 0x374518) is known color: Turtle Green. HEX triplet: 37, 45 and 18. RGB value is (55,69,24). Sum of RGB (Red+Green+Blue) = 55+69+24=148 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.16% from 148); Green value is 69 (27.34% from 255 or 46.62% from 148); Blue value is 24 (9.77% from 255 or 16.22% from 148); Max value from RGB is 69 - color contains mainly: green. Hex color #374518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374518 is #C8BAE7. Grayscale: #3B3B3B. Windows color (decimal): -13155048 or 1590583. OLE color: 1590583.

HSL color Cylindrical-coordinate representation of color #374518: hue angle of 78.67º 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 #374518 is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.73.

Color convert

RGB 55 69 24 -
CMYK 0.20 0 0.65 0.73
HSL 78.67º 0.48% 0.18% -
HSV(B) 78.67º 0.65% 0.27% -
XYZ 3.87 5.13 1.65 -
YUV 59.68 107.86 124.66 -
System Red Green Blue C M Y K H S L
Decimal 55 69 24 0.20 0 0.65 0.73 78.67 0.48 0.18
Hex 37 45 18 14 0 41 49 4F 30 12
Octal 67 105 30 24 0 101 111 117 60 22
Binary 110111 1000101 11000 10100 0 1000001 1001001 1001111 110000 10010

Color Harmonies of #374518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374518

Black with #374518

Text Example


Text Example

White with #374518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374518; }

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

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

background-color css

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

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

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

border-color css

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

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

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