Html Css Color HEX #374010 Turtle Green

📋 copy color: '#374010'

red 55 ◦ green 64 ◦ blue 16

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

Shades of Turtle Green #374010

Tints of Turtle Green #374010

RGB

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

 GREEN value IS 64 (25.39% from 255) = 47.41%

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

R = 40.74%
G = 47.41%
B = 11.85%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#374010 (or 0x374010) is known color: Turtle Green. HEX triplet: 37, 40 and 10. RGB value is (55,64,16). Sum of RGB (Red+Green+Blue) = 55+64+16=135 (17% of max value = 765). Red value is 55 (21.88% from 255 or 40.74% from 135); Green value is 64 (25.39% from 255 or 47.41% from 135); Blue value is 16 (6.64% from 255 or 11.85% from 135); Max value from RGB is 64 - color contains mainly: green. Hex color #374010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374010 is #C8BFEF. Grayscale: #383838. Windows color (decimal): -13156336 or 1065015. OLE color: 1065015.

HSL color Cylindrical-coordinate representation of color #374010: hue angle of 71.25º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #374010 is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB 55 64 16 -
CMYK 0.14 0 0.75 0.75
HSL 71.25º 0.6% 0.16% -
HSV(B) 71.25º 0.75% 0.25% -
XYZ 3.5 4.52 1.18 -
YUV 55.84 105.52 127.4 -
System Red Green Blue C M Y K H S L
Decimal 55 64 16 0.14 0 0.75 0.75 71.25 0.6 0.16
Hex 37 40 10 E 0 4B 4B 47 3C 10
Octal 67 100 20 16 0 113 113 107 74 20
Binary 110111 1000000 10000 1110 0 1001011 1001011 1000111 111100 10000

Color Harmonies of #374010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374010

Black with #374010

Text Example


Text Example

White with #374010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374010; }

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

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

background-color css

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

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

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

border-color css

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

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

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