Html Css Color HEX #374205 Turtle Green

📋 copy color: '#374205'

red 55 ◦ green 66 ◦ blue 5

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

Shades of Turtle Green #374205

Tints of Turtle Green #374205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.97%

R = 43.65%
G = 52.38%
B = 3.97%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.92

 K value IS 0.74

RGB Variations

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

Color information

#374205 (or 0x374205) is known color: Turtle Green. HEX triplet: 37, 42 and 05. RGB value is (55,66,5). Sum of RGB (Red+Green+Blue) = 55+66+5=126 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.65% from 126); Green value is 66 (26.17% from 255 or 52.38% from 126); Blue value is 5 (2.34% from 255 or 3.97% from 126); Max value from RGB is 66 - color contains mainly: green. Hex color #374205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374205 is #C8BDFA. Grayscale: #373737. Windows color (decimal): -13155835 or 344631. OLE color: 344631.

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

Color convert

RGB 55 66 5 -
CMYK 0.17 0 0.92 0.74
HSL 70.82º 0.86% 0.14% -
HSV(B) 70.82º 0.92% 0.26% -
XYZ 3.55 4.72 0.87 -
YUV 55.76 99.36 127.46 -
System Red Green Blue C M Y K H S L
Decimal 55 66 5 0.17 0 0.92 0.74 70.82 0.86 0.14
Hex 37 42 5 11 0 5C 4A 47 56 E
Octal 67 102 5 21 0 134 112 107 126 16
Binary 110111 1000010 101 10001 0 1011100 1001010 1000111 1010110 1110

Color Harmonies of #374205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374205

Black with #374205

Text Example


Text Example

White with #374205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374205; }

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

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

background-color css

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

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

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

border-color css

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

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

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