Html Css Color HEX #374216 Turtle Green

📋 copy color: '#374216'

red 55 ◦ green 66 ◦ blue 22

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

Shades of Turtle Green #374216

Tints of Turtle Green #374216

RGB

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

 GREEN value IS 66 (26.17% from 255) = 46.15%

 BLUE value IS 22 (8.98% from 255) = 15.38%

R = 38.46%
G = 46.15%
B = 15.38%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.67

 K value IS 0.74

RGB Variations

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

Color information

#374216 (or 0x374216) is known color: Turtle Green. HEX triplet: 37, 42 and 16. RGB value is (55,66,22). Sum of RGB (Red+Green+Blue) = 55+66+22=143 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.46% from 143); Green value is 66 (26.17% from 255 or 46.15% from 143); Blue value is 22 (8.98% from 255 or 15.38% from 143); Max value from RGB is 66 - color contains mainly: green. Hex color #374216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374216 is #C8BDE9. Grayscale: #393939. Windows color (decimal): -13155818 or 1458743. OLE color: 1458743.

HSL color Cylindrical-coordinate representation of color #374216: hue angle of 75º degrees, saturation: 0.5, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #374216 is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.74.

Color convert

RGB 55 66 22 -
CMYK 0.17 0 0.67 0.74
HSL 75º 0.5% 0.17% -
HSV(B) 75º 0.67% 0.26% -
XYZ 3.67 4.77 1.49 -
YUV 57.7 107.86 126.08 -
System Red Green Blue C M Y K H S L
Decimal 55 66 22 0.17 0 0.67 0.74 75 0.5 0.17
Hex 37 42 16 11 0 43 4A 4B 32 11
Octal 67 102 26 21 0 103 112 113 62 21
Binary 110111 1000010 10110 10001 0 1000011 1001010 1001011 110010 10001

Color Harmonies of #374216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374216

Black with #374216

Text Example


Text Example

White with #374216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374216; }

 p { color: rgb(55,66,22); }

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

background-color css

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

 a { background-color: rgb(55,66,22); }

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

border-color css

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

 span { border-color: rgb(55,66,22); }

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