Html Css Color HEX #374118 Turtle Green

📋 copy color: '#374118'

red 55 ◦ green 65 ◦ blue 24

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

Shades of Turtle Green #374118

Tints of Turtle Green #374118

RGB

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

 GREEN value IS 65 (25.78% from 255) = 45.14%

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

R = 38.19%
G = 45.14%
B = 16.67%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.63

 K value IS 0.75

RGB Variations

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

Color information

#374118 (or 0x374118) is known color: Turtle Green. HEX triplet: 37, 41 and 18. RGB value is (55,65,24). Sum of RGB (Red+Green+Blue) = 55+65+24=144 (19% of max value = 765). Red value is 55 (21.88% from 255 or 38.19% from 144); Green value is 65 (25.78% from 255 or 45.14% from 144); Blue value is 24 (9.77% from 255 or 16.67% from 144); Max value from RGB is 65 - color contains mainly: green. Hex color #374118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374118 is #C8BEE7. Grayscale: #393939. Windows color (decimal): -13156072 or 1589559. OLE color: 1589559.

HSL color Cylindrical-coordinate representation of color #374118: hue angle of 74.63º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #374118 is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.75.

Color convert

RGB 55 65 24 -
CMYK 0.15 0 0.63 0.75
HSL 74.63º 0.46% 0.17% -
HSV(B) 74.63º 0.63% 0.25% -
XYZ 3.63 4.66 1.57 -
YUV 57.34 109.19 126.33 -
System Red Green Blue C M Y K H S L
Decimal 55 65 24 0.15 0 0.63 0.75 74.63 0.46 0.17
Hex 37 41 18 F 0 3F 4B 4B 2E 11
Octal 67 101 30 17 0 77 113 113 56 21
Binary 110111 1000001 11000 1111 0 111111 1001011 1001011 101110 10001

Color Harmonies of #374118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374118

Black with #374118

Text Example


Text Example

White with #374118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374118; }

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

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

background-color css

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

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

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

border-color css

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

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

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