Html Css Color HEX #374006 Turtle Green

📋 copy color: '#374006'

red 55 ◦ green 64 ◦ blue 6

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

Shades of Turtle Green #374006

Tints of Turtle Green #374006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.8%

R = 44%
G = 51.2%
B = 4.8%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.91

 K value IS 0.75

RGB Variations

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

Color information

#374006 (or 0x374006) is known color: Turtle Green. HEX triplet: 37, 40 and 06. RGB value is (55,64,6). Sum of RGB (Red+Green+Blue) = 55+64+6=125 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44% from 125); Green value is 64 (25.39% from 255 or 51.2% from 125); Blue value is 6 (2.73% from 255 or 4.8% from 125); Max value from RGB is 64 - color contains mainly: green. Hex color #374006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374006 is #C8BFF9. Grayscale: #363636. Windows color (decimal): -13156346 or 409655. OLE color: 409655.

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

Color convert

RGB 55 64 6 -
CMYK 0.14 0 0.91 0.75
HSL 69.31º 0.83% 0.14% -
HSV(B) 69.31º 0.91% 0.25% -
XYZ 3.44 4.49 0.86 -
YUV 54.7 100.52 128.22 -
System Red Green Blue C M Y K H S L
Decimal 55 64 6 0.14 0 0.91 0.75 69.31 0.83 0.14
Hex 37 40 6 E 0 5B 4B 45 53 E
Octal 67 100 6 16 0 133 113 105 123 16
Binary 110111 1000000 110 1110 0 1011011 1001011 1000101 1010011 1110

Color Harmonies of #374006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374006

Black with #374006

Text Example


Text Example

White with #374006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374006; }

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

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

background-color css

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

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

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

border-color css

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

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

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