Html Css Color HEX #334216 Turtle Green

📋 copy color: '#334216'

red 51 ◦ green 66 ◦ blue 22

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

Shades of Turtle Green #334216

Tints of Turtle Green #334216

RGB

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

 GREEN value IS 66 (26.17% from 255) = 47.48%

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

R = 36.69%
G = 47.48%
B = 15.83%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.67

 K value IS 0.74

RGB Variations

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

Color information

#334216 (or 0x334216) is known color: Turtle Green. HEX triplet: 33, 42 and 16. RGB value is (51,66,22). Sum of RGB (Red+Green+Blue) = 51+66+22=139 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.69% from 139); Green value is 66 (26.17% from 255 or 47.48% from 139); Blue value is 22 (8.98% from 255 or 15.83% from 139); Max value from RGB is 66 - color contains mainly: green. Hex color #334216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334216 is #CCBDE9. Grayscale: #383838. Windows color (decimal): -13417962 or 1458739. OLE color: 1458739.

HSL color Cylindrical-coordinate representation of color #334216: hue angle of 80.45º degrees, saturation: 0.5, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #334216 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.74.

Color convert

RGB 51 66 22 -
CMYK 0.23 0 0.67 0.74
HSL 80.45º 0.5% 0.17% -
HSV(B) 80.45º 0.67% 0.26% -
XYZ 3.46 4.66 1.48 -
YUV 56.5 108.53 124.08 -
System Red Green Blue C M Y K H S L
Decimal 51 66 22 0.23 0 0.67 0.74 80.45 0.5 0.17
Hex 33 42 16 17 0 43 4A 50 32 11
Octal 63 102 26 27 0 103 112 120 62 21
Binary 110011 1000010 10110 10111 0 1000011 1001010 1010000 110010 10001

Color Harmonies of #334216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334216

Black with #334216

Text Example


Text Example

White with #334216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334216; }

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

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

background-color css

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

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

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

border-color css

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

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

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