Html Css Color HEX #334610 Turtle Green

📋 copy color: '#334610'

red 51 ◦ green 70 ◦ blue 16

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

Shades of Turtle Green #334610

Tints of Turtle Green #334610

RGB

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

 GREEN value IS 70 (27.73% from 255) = 51.09%

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

R = 37.23%
G = 51.09%
B = 11.68%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.77

 K value IS 0.73

RGB Variations

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

Color information

#334610 (or 0x334610) is known color: Turtle Green. HEX triplet: 33, 46 and 10. RGB value is (51,70,16). Sum of RGB (Red+Green+Blue) = 51+70+16=137 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.23% from 137); Green value is 70 (27.73% from 255 or 51.09% from 137); Blue value is 16 (6.64% from 255 or 11.68% from 137); Max value from RGB is 70 - color contains mainly: green. Hex color #334610 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334610 is #CCB9EF. Grayscale: #3A3A3A. Windows color (decimal): -13416944 or 1066547. OLE color: 1066547.

HSL color Cylindrical-coordinate representation of color #334610: hue angle of 81.11º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #334610 is Cyan = 0.27, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.73.

Color convert

RGB 51 70 16 -
CMYK 0.27 0 0.77 0.73
HSL 81.11º 0.63% 0.17% -
HSV(B) 81.11º 0.77% 0.27% -
XYZ 3.65 5.12 1.29 -
YUV 58.16 104.21 122.89 -
System Red Green Blue C M Y K H S L
Decimal 51 70 16 0.27 0 0.77 0.73 81.11 0.63 0.17
Hex 33 46 10 1B 0 4D 49 51 3F 11
Octal 63 106 20 33 0 115 111 121 77 21
Binary 110011 1000110 10000 11011 0 1001101 1001001 1010001 111111 10001

Color Harmonies of #334610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334610

Black with #334610

Text Example


Text Example

White with #334610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334610; }

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

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

background-color css

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

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

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

border-color css

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

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

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