Html Css Color HEX #334214 Turtle Green

📋 copy color: '#334214'

red 51 ◦ green 66 ◦ blue 20

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

Shades of Turtle Green #334214

Tints of Turtle Green #334214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 14.6%

R = 37.23%
G = 48.18%
B = 14.6%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.70

 K value IS 0.74

RGB Variations

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

Color information

#334214 (or 0x334214) is known color: Turtle Green. HEX triplet: 33, 42 and 14. RGB value is (51,66,20). Sum of RGB (Red+Green+Blue) = 51+66+20=137 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.23% from 137); Green value is 66 (26.17% from 255 or 48.18% from 137); Blue value is 20 (8.20% from 255 or 14.60% from 137); Max value from RGB is 66 - color contains mainly: green. Hex color #334214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334214 is #CCBDEB. Grayscale: #383838. Windows color (decimal): -13417964 or 1327667. OLE color: 1327667.

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

Color convert

RGB 51 66 20 -
CMYK 0.23 0 0.70 0.74
HSL 79.57º 0.53% 0.17% -
HSV(B) 79.57º 0.7% 0.26% -
XYZ 3.44 4.65 1.38 -
YUV 56.27 107.53 124.24 -
System Red Green Blue C M Y K H S L
Decimal 51 66 20 0.23 0 0.70 0.74 79.57 0.53 0.17
Hex 33 42 14 17 0 46 4A 50 35 11
Octal 63 102 24 27 0 106 112 120 65 21
Binary 110011 1000010 10100 10111 0 1000110 1001010 1010000 110101 10001

Color Harmonies of #334214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334214

Black with #334214

Text Example


Text Example

White with #334214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334214; }

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

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

background-color css

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

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

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

border-color css

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

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

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