Html Css Color HEX #334412 Turtle Green

📋 copy color: '#334412'

red 51 ◦ green 68 ◦ blue 18

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

Shades of Turtle Green #334412

Tints of Turtle Green #334412

RGB

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

 GREEN value IS 68 (26.95% from 255) = 49.64%

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

R = 37.23%
G = 49.64%
B = 13.14%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#334412 (or 0x334412) is known color: Turtle Green. HEX triplet: 33, 44 and 12. RGB value is (51,68,18). Sum of RGB (Red+Green+Blue) = 51+68+18=137 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.23% from 137); Green value is 68 (26.95% from 255 or 49.64% from 137); Blue value is 18 (7.42% from 255 or 13.14% from 137); Max value from RGB is 68 - color contains mainly: green. Hex color #334412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334412 is #CCBBED. Grayscale: #393939. Windows color (decimal): -13417454 or 1197107. OLE color: 1197107.

HSL color Cylindrical-coordinate representation of color #334412: hue angle of 80.4º degrees, saturation: 0.58, 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 #334412 is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB 51 68 18 -
CMYK 0.25 0 0.74 0.73
HSL 80.4º 0.58% 0.17% -
HSV(B) 80.4º 0.74% 0.27% -
XYZ 3.54 4.88 1.33 -
YUV 57.22 105.87 123.57 -
System Red Green Blue C M Y K H S L
Decimal 51 68 18 0.25 0 0.74 0.73 80.4 0.58 0.17
Hex 33 44 12 19 0 4A 49 50 3A 11
Octal 63 104 22 31 0 112 111 120 72 21
Binary 110011 1000100 10010 11001 0 1001010 1001001 1010000 111010 10001

Color Harmonies of #334412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334412

Black with #334412

Text Example


Text Example

White with #334412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334412; }

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

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

background-color css

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

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

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

border-color css

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

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

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