Html Css Color HEX #334510 Turtle Green

📋 copy color: '#334510'

red 51 ◦ green 69 ◦ blue 16

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

Shades of Turtle Green #334510

Tints of Turtle Green #334510

RGB

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

 GREEN value IS 69 (27.34% from 255) = 50.74%

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

R = 37.5%
G = 50.74%
B = 11.76%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.77

 K value IS 0.73

RGB Variations

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

Color information

#334510 (or 0x334510) is known color: Turtle Green. HEX triplet: 33, 45 and 10. RGB value is (51,69,16). Sum of RGB (Red+Green+Blue) = 51+69+16=136 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.5% from 136); Green value is 69 (27.34% from 255 or 50.74% from 136); Blue value is 16 (6.64% from 255 or 11.76% from 136); Max value from RGB is 69 - color contains mainly: green. Hex color #334510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334510 is #CCBAEF. Grayscale: #393939. Windows color (decimal): -13417200 or 1066291. OLE color: 1066291.

HSL color Cylindrical-coordinate representation of color #334510: hue angle of 80.38º degrees, saturation: 0.62, 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 #334510 is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.73.

Color convert

RGB 51 69 16 -
CMYK 0.26 0 0.77 0.73
HSL 80.38º 0.62% 0.17% -
HSV(B) 80.38º 0.77% 0.27% -
XYZ 3.59 5 1.27 -
YUV 57.58 104.54 123.31 -
System Red Green Blue C M Y K H S L
Decimal 51 69 16 0.26 0 0.77 0.73 80.38 0.62 0.17
Hex 33 45 10 1A 0 4D 49 50 3E 11
Octal 63 105 20 32 0 115 111 120 76 21
Binary 110011 1000101 10000 11010 0 1001101 1001001 1010000 111110 10001

Color Harmonies of #334510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334510

Black with #334510

Text Example


Text Example

White with #334510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334510; }

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

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

background-color css

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

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

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

border-color css

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

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

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