Html Css Color HEX #334512 Turtle Green

📋 copy color: '#334512'

red 51 ◦ green 69 ◦ blue 18

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

Shades of Turtle Green #334512

Tints of Turtle Green #334512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 13.04%

R = 36.96%
G = 50%
B = 13.04%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#334512 (or 0x334512) is known color: Turtle Green. HEX triplet: 33, 45 and 12. RGB value is (51,69,18). Sum of RGB (Red+Green+Blue) = 51+69+18=138 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.96% from 138); Green value is 69 (27.34% from 255 or 50% from 138); Blue value is 18 (7.42% from 255 or 13.04% from 138); Max value from RGB is 69 - color contains mainly: green. Hex color #334512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334512 is #CCBAED. Grayscale: #393939. Windows color (decimal): -13417198 or 1197363. OLE color: 1197363.

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

Color convert

RGB 51 69 18 -
CMYK 0.26 0 0.74 0.73
HSL 81.18º 0.59% 0.17% -
HSV(B) 81.18º 0.74% 0.27% -
XYZ 3.6 5 1.35 -
YUV 57.8 105.54 123.15 -
System Red Green Blue C M Y K H S L
Decimal 51 69 18 0.26 0 0.74 0.73 81.18 0.59 0.17
Hex 33 45 12 1A 0 4A 49 51 3B 11
Octal 63 105 22 32 0 112 111 121 73 21
Binary 110011 1000101 10010 11010 0 1001010 1001001 1010001 111011 10001

Color Harmonies of #334512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334512

Black with #334512

Text Example


Text Example

White with #334512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334512; }

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

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

background-color css

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

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

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

border-color css

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

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

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