Html Css Color HEX #334702 Turtle Green

📋 copy color: '#334702'

red 51 ◦ green 71 ◦ blue 2

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

Shades of Turtle Green #334702

Tints of Turtle Green #334702

RGB

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

 GREEN value IS 71 (28.13% from 255) = 57.26%

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

R = 41.13%
G = 57.26%
B = 1.61%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#334702 (or 0x334702) is known color: Turtle Green. HEX triplet: 33, 47 and 02. RGB value is (51,71,2). Sum of RGB (Red+Green+Blue) = 51+71+2=124 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.13% from 124); Green value is 71 (28.12% from 255 or 57.26% from 124); Blue value is 2 (1.17% from 255 or 1.61% from 124); Max value from RGB is 71 - color contains mainly: green. Hex color #334702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334702 is #CCB8FD. Grayscale: #393939. Windows color (decimal): -13416702 or 149299. OLE color: 149299.

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

Color convert

RGB 51 71 2 -
CMYK 0.28 0 0.97 0.72
HSL 77.39º 0.95% 0.14% -
HSV(B) 77.39º 0.97% 0.28% -
XYZ 3.63 5.21 0.87 -
YUV 57.15 96.87 123.61 -
System Red Green Blue C M Y K H S L
Decimal 51 71 2 0.28 0 0.97 0.72 77.39 0.95 0.14
Hex 33 47 2 1C 0 61 48 4D 5F E
Octal 63 107 2 34 0 141 110 115 137 16
Binary 110011 1000111 10 11100 0 1100001 1001000 1001101 1011111 1110

Color Harmonies of #334702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334702

Black with #334702

Text Example


Text Example

White with #334702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334702; }

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

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

background-color css

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

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

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

border-color css

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

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

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