Html Css Color HEX #374D18 Turtle Green

📋 copy color: '#374D18'

red 55 ◦ green 77 ◦ blue 24

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

Shades of Turtle Green #374D18

Tints of Turtle Green #374D18

RGB

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

 GREEN value IS 77 (30.47% from 255) = 49.36%

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

R = 35.26%
G = 49.36%
B = 15.38%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.69

 K value IS 0.70

RGB Variations

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

Color information

#374D18 (or 0x374D18) is known color: Turtle Green. HEX triplet: 37, 4D and 18. RGB value is (55,77,24). Sum of RGB (Red+Green+Blue) = 55+77+24=156 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.26% from 156); Green value is 77 (30.47% from 255 or 49.36% from 156); Blue value is 24 (9.77% from 255 or 15.38% from 156); Max value from RGB is 77 - color contains mainly: green. Hex color #374D18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #374D18 is #C8B2E7. Grayscale: #404040. Windows color (decimal): -13153000 or 1592631. OLE color: 1592631.

HSL color Cylindrical-coordinate representation of color #374D18: hue angle of 84.91º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #374D18 is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.70.

Color convert

RGB 55 77 24 -
CMYK 0.29 0 0.69 0.70
HSL 84.91º 0.52% 0.2% -
HSV(B) 84.91º 0.69% 0.3% -
XYZ 4.39 6.19 1.83 -
YUV 64.38 105.21 121.31 -
System Red Green Blue C M Y K H S L
Decimal 55 77 24 0.29 0 0.69 0.70 84.91 0.52 0.2
Hex 37 4D 18 1D 0 45 46 55 34 14
Octal 67 115 30 35 0 105 106 125 64 24
Binary 110111 1001101 11000 11101 0 1000101 1000110 1010101 110100 10100

Color Harmonies of #374D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374D18

Black with #374D18

Text Example


Text Example

White with #374D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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