Html Css Color HEX #334006 Turtle Green

📋 copy color: '#334006'

red 51 ◦ green 64 ◦ blue 6

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

Shades of Turtle Green #334006

Tints of Turtle Green #334006

RGB

 RED value IS 51 (20.31% from 255) = 42.15%

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

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

R = 42.15%
G = 52.89%
B = 4.96%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.91

 K value IS 0.75

RGB Variations

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

Color information

#334006 (or 0x334006) is known color: Turtle Green. HEX triplet: 33, 40 and 06. RGB value is (51,64,6). Sum of RGB (Red+Green+Blue) = 51+64+6=121 (16% of max value = 765). Red value is 51 (20.31% from 255 or 42.15% from 121); Green value is 64 (25.39% from 255 or 52.89% from 121); Blue value is 6 (2.73% from 255 or 4.96% from 121); Max value from RGB is 64 - color contains mainly: green. Hex color #334006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334006 is #CCBFF9. Grayscale: #353535. Windows color (decimal): -13418490 or 409651. OLE color: 409651.

HSL color Cylindrical-coordinate representation of color #334006: hue angle of 73.45º 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 #334006 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.75.

Color convert

RGB 51 64 6 -
CMYK 0.20 0 0.91 0.75
HSL 73.45º 0.83% 0.14% -
HSV(B) 73.45º 0.91% 0.25% -
XYZ 3.23 4.38 0.85 -
YUV 53.5 101.19 126.22 -
System Red Green Blue C M Y K H S L
Decimal 51 64 6 0.20 0 0.91 0.75 73.45 0.83 0.14
Hex 33 40 6 14 0 5B 4B 49 53 E
Octal 63 100 6 24 0 133 113 111 123 16
Binary 110011 1000000 110 10100 0 1011011 1001011 1001001 1010011 1110

Color Harmonies of #334006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334006

Black with #334006

Text Example


Text Example

White with #334006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334006; }

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

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

background-color css

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

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

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

border-color css

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

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

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