Html Css Color HEX #374210 Turtle Green

📋 copy color: '#374210'

red 55 ◦ green 66 ◦ blue 16

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

Shades of Turtle Green #374210

Tints of Turtle Green #374210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.68%

R = 40.15%
G = 48.18%
B = 11.68%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.76

 K value IS 0.74

RGB Variations

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

Color information

#374210 (or 0x374210) is known color: Turtle Green. HEX triplet: 37, 42 and 10. RGB value is (55,66,16). Sum of RGB (Red+Green+Blue) = 55+66+16=137 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.15% from 137); Green value is 66 (26.17% from 255 or 48.18% from 137); Blue value is 16 (6.64% from 255 or 11.68% from 137); Max value from RGB is 66 - color contains mainly: green. Hex color #374210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374210 is #C8BDEF. Grayscale: #393939. Windows color (decimal): -13155824 or 1065527. OLE color: 1065527.

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

Color convert

RGB 55 66 16 -
CMYK 0.17 0 0.76 0.74
HSL 73.2º 0.61% 0.16% -
HSV(B) 73.2º 0.76% 0.26% -
XYZ 3.62 4.75 1.22 -
YUV 57.01 104.86 126.57 -
System Red Green Blue C M Y K H S L
Decimal 55 66 16 0.17 0 0.76 0.74 73.2 0.61 0.16
Hex 37 42 10 11 0 4C 4A 49 3D 10
Octal 67 102 20 21 0 114 112 111 75 20
Binary 110111 1000010 10000 10001 0 1001100 1001010 1001001 111101 10000

Color Harmonies of #374210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374210

Black with #374210

Text Example


Text Example

White with #374210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374210; }

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

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

background-color css

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

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

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

border-color css

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

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

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