Html Css Color HEX #334602 Turtle Green

📋 copy color: '#334602'

red 51 ◦ green 70 ◦ blue 2

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

Shades of Turtle Green #334602

Tints of Turtle Green #334602

RGB

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

 GREEN value IS 70 (27.73% from 255) = 56.91%

 BLUE value IS 2 (1.17% from 255) = 1.63%

R = 41.46%
G = 56.91%
B = 1.63%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#334602 (or 0x334602) is known color: Turtle Green. HEX triplet: 33, 46 and 02. RGB value is (51,70,2). Sum of RGB (Red+Green+Blue) = 51+70+2=123 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.46% from 123); Green value is 70 (27.73% from 255 or 56.91% from 123); Blue value is 2 (1.17% from 255 or 1.63% from 123); Max value from RGB is 70 - color contains mainly: green. Hex color #334602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334602 is #CCB9FD. Grayscale: #383838. Windows color (decimal): -13416958 or 149043. OLE color: 149043.

HSL color Cylindrical-coordinate representation of color #334602: hue angle of 76.76º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #334602 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB 51 70 2 -
CMYK 0.27 0 0.97 0.73
HSL 76.76º 0.94% 0.14% -
HSV(B) 76.76º 0.97% 0.27% -
XYZ 3.57 5.09 0.85 -
YUV 56.57 97.21 124.03 -
System Red Green Blue C M Y K H S L
Decimal 51 70 2 0.27 0 0.97 0.73 76.76 0.94 0.14
Hex 33 46 2 1B 0 61 49 4D 5E E
Octal 63 106 2 33 0 141 111 115 136 16
Binary 110011 1000110 10 11011 0 1100001 1001001 1001101 1011110 1110

Color Harmonies of #334602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334602

Black with #334602

Text Example


Text Example

White with #334602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334602; }

 p { color: rgb(51,70,2); }

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

background-color css

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

 a { background-color: rgb(51,70,2); }

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

border-color css

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

 span { border-color: rgb(51,70,2); }

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