Html Css Color HEX #334016 Turtle Green

📋 copy color: '#334016'

red 51 ◦ green 64 ◦ blue 22

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

Shades of Turtle Green #334016

Tints of Turtle Green #334016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 16.06%

R = 37.23%
G = 46.72%
B = 16.06%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#334016 (or 0x334016) is known color: Turtle Green. HEX triplet: 33, 40 and 16. RGB value is (51,64,22). Sum of RGB (Red+Green+Blue) = 51+64+22=137 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.23% from 137); Green value is 64 (25.39% from 255 or 46.72% from 137); Blue value is 22 (8.98% from 255 or 16.06% from 137); Max value from RGB is 64 - color contains mainly: green. Hex color #334016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334016 is #CCBFE9. Grayscale: #373737. Windows color (decimal): -13418474 or 1458227. OLE color: 1458227.

HSL color Cylindrical-coordinate representation of color #334016: hue angle of 78.57º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #334016 is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.75.

Color convert

RGB 51 64 22 -
CMYK 0.20 0 0.66 0.75
HSL 78.57º 0.49% 0.17% -
HSV(B) 78.57º 0.66% 0.25% -
XYZ 3.34 4.43 1.44 -
YUV 55.33 109.19 124.92 -
System Red Green Blue C M Y K H S L
Decimal 51 64 22 0.20 0 0.66 0.75 78.57 0.49 0.17
Hex 33 40 16 14 0 42 4B 4F 31 11
Octal 63 100 26 24 0 102 113 117 61 21
Binary 110011 1000000 10110 10100 0 1000010 1001011 1001111 110001 10001

Color Harmonies of #334016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334016

Black with #334016

Text Example


Text Example

White with #334016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334016; }

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

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

background-color css

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

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

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

border-color css

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

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

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