Html Css Color HEX #334210 Turtle Green

📋 copy color: '#334210'

red 51 ◦ green 66 ◦ blue 16

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

Shades of Turtle Green #334210

Tints of Turtle Green #334210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 12.03%

R = 38.35%
G = 49.62%
B = 12.03%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.76

 K value IS 0.74

RGB Variations

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

Color information

#334210 (or 0x334210) is known color: Turtle Green. HEX triplet: 33, 42 and 10. RGB value is (51,66,16). Sum of RGB (Red+Green+Blue) = 51+66+16=133 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.35% from 133); Green value is 66 (26.17% from 255 or 49.62% from 133); Blue value is 16 (6.64% from 255 or 12.03% from 133); Max value from RGB is 66 - color contains mainly: green. Hex color #334210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334210 is #CCBDEF. Grayscale: #373737. Windows color (decimal): -13417968 or 1065523. OLE color: 1065523.

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

Color convert

RGB 51 66 16 -
CMYK 0.23 0 0.76 0.74
HSL 78º 0.61% 0.16% -
HSV(B) 78º 0.76% 0.26% -
XYZ 3.41 4.64 1.21 -
YUV 55.82 105.53 124.57 -
System Red Green Blue C M Y K H S L
Decimal 51 66 16 0.23 0 0.76 0.74 78 0.61 0.16
Hex 33 42 10 17 0 4C 4A 4E 3D 10
Octal 63 102 20 27 0 114 112 116 75 20
Binary 110011 1000010 10000 10111 0 1001100 1001010 1001110 111101 10000

Color Harmonies of #334210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334210

Black with #334210

Text Example


Text Example

White with #334210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334210; }

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

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

background-color css

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

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

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

border-color css

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

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

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