Html Css Color HEX #374D14 Turtle Green

📋 copy color: '#374D14'

red 55 ◦ green 77 ◦ blue 20

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

Shades of Turtle Green #374D14

Tints of Turtle Green #374D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.16%

R = 36.18%
G = 50.66%
B = 13.16%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.74

 K value IS 0.70

RGB Variations

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

Color information

#374D14 (or 0x374D14) is known color: Turtle Green. HEX triplet: 37, 4D and 14. RGB value is (55,77,20). Sum of RGB (Red+Green+Blue) = 55+77+20=152 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.18% from 152); Green value is 77 (30.47% from 255 or 50.66% from 152); Blue value is 20 (8.20% from 255 or 13.16% from 152); Max value from RGB is 77 - color contains mainly: green. Hex color #374D14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #374D14 is #C8B2EB. Grayscale: #404040. Windows color (decimal): -13153004 or 1330487. OLE color: 1330487.

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

Color convert

RGB 55 77 20 -
CMYK 0.29 0 0.74 0.70
HSL 83.16º 0.59% 0.19% -
HSV(B) 83.16º 0.74% 0.3% -
XYZ 4.36 6.17 1.62 -
YUV 63.92 103.21 121.63 -
System Red Green Blue C M Y K H S L
Decimal 55 77 20 0.29 0 0.74 0.70 83.16 0.59 0.19
Hex 37 4D 14 1D 0 4A 46 53 3B 13
Octal 67 115 24 35 0 112 106 123 73 23
Binary 110111 1001101 10100 11101 0 1001010 1000110 1010011 111011 10011

Color Harmonies of #374D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374D14

Black with #374D14

Text Example


Text Example

White with #374D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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