Html Css Color HEX #334502 Turtle Green

📋 copy color: '#334502'

red 51 ◦ green 69 ◦ blue 2

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

Shades of Turtle Green #334502

Tints of Turtle Green #334502

RGB

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

 GREEN value IS 69 (27.34% from 255) = 56.56%

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

R = 41.8%
G = 56.56%
B = 1.64%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#334502 (or 0x334502) is known color: Turtle Green. HEX triplet: 33, 45 and 02. RGB value is (51,69,2). Sum of RGB (Red+Green+Blue) = 51+69+2=122 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.80% from 122); Green value is 69 (27.34% from 255 or 56.56% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 69 - color contains mainly: green. Hex color #334502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334502 is #CCBAFD. Grayscale: #383838. Windows color (decimal): -13417214 or 148787. OLE color: 148787.

HSL color Cylindrical-coordinate representation of color #334502: hue angle of 76.12º 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 #334502 is Cyan = 0.26, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB 51 69 2 -
CMYK 0.26 0 0.97 0.73
HSL 76.12º 0.94% 0.14% -
HSV(B) 76.12º 0.97% 0.27% -
XYZ 3.5 4.96 0.83 -
YUV 55.98 97.54 124.45 -
System Red Green Blue C M Y K H S L
Decimal 51 69 2 0.26 0 0.97 0.73 76.12 0.94 0.14
Hex 33 45 2 1A 0 61 49 4C 5E E
Octal 63 105 2 32 0 141 111 114 136 16
Binary 110011 1000101 10 11010 0 1100001 1001001 1001100 1011110 1110

Color Harmonies of #334502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334502

Black with #334502

Text Example


Text Example

White with #334502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334502; }

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

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

background-color css

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

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

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

border-color css

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

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

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