Html Css Color HEX #374200 Turtle Green

📋 copy color: '#374200'

red 55 ◦ green 66 ◦ blue 0

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

Shades of Turtle Green #374200

Tints of Turtle Green #374200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.45%
G = 54.55%
B = 0%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 1

 K value IS 0.74

RGB Variations

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

Color information

#374200 (or 0x374200) is known color: Turtle Green. HEX triplet: 37, 42 and 00. RGB value is (55,66,0). Sum of RGB (Red+Green+Blue) = 55+66+0=121 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.45% from 121); Green value is 66 (26.17% from 255 or 54.55% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 66 - color contains mainly: green. Hex color #374200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374200 is #C8BDFF. Grayscale: #373737. Windows color (decimal): -13155840 or 16951. OLE color: 16951.

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

Color convert

RGB 55 66 0 -
CMYK 0.17 0 1 0.74
HSL 70º 1% 0.13% -
HSV(B) 70º 1% 0.26% -
XYZ 3.52 4.71 0.72 -
YUV 55.19 96.86 127.87 -
System Red Green Blue C M Y K H S L
Decimal 55 66 0 0.17 0 1 0.74 70 1 0.13
Hex 37 42 0 11 0 64 4A 46 64 D
Octal 67 102 0 21 0 144 112 106 144 15
Binary 110111 1000010 0 10001 0 1100100 1001010 1000110 1100100 1101

Color Harmonies of #374200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374200

Black with #374200

Text Example


Text Example

White with #374200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374200; }

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

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

background-color css

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

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

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

border-color css

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

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

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