Html Css Color HEX #334402 Turtle Green

📋 copy color: '#334402'

red 51 ◦ green 68 ◦ blue 2

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

Shades of Turtle Green #334402

Tints of Turtle Green #334402

RGB

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

 GREEN value IS 68 (26.95% from 255) = 56.2%

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

R = 42.15%
G = 56.2%
B = 1.65%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#334402 (or 0x334402) is known color: Turtle Green. HEX triplet: 33, 44 and 02. RGB value is (51,68,2). Sum of RGB (Red+Green+Blue) = 51+68+2=121 (16% of max value = 765). Red value is 51 (20.31% from 255 or 42.15% from 121); Green value is 68 (26.95% from 255 or 56.20% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 68 - color contains mainly: green. Hex color #334402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334402 is #CCBBFD. Grayscale: #373737. Windows color (decimal): -13417470 or 148531. OLE color: 148531.

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

Color convert

RGB 51 68 2 -
CMYK 0.25 0 0.97 0.73
HSL 75.45º 0.94% 0.14% -
HSV(B) 75.45º 0.97% 0.27% -
XYZ 3.44 4.84 0.81 -
YUV 55.39 97.87 124.87 -
System Red Green Blue C M Y K H S L
Decimal 51 68 2 0.25 0 0.97 0.73 75.45 0.94 0.14
Hex 33 44 2 19 0 61 49 4B 5E E
Octal 63 104 2 31 0 141 111 113 136 16
Binary 110011 1000100 10 11001 0 1100001 1001001 1001011 1011110 1110

Color Harmonies of #334402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334402

Black with #334402

Text Example


Text Example

White with #334402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334402; }

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

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

background-color css

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

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

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

border-color css

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

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

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