Html Css Color HEX #334112 Turtle Green

📋 copy color: '#334112'

red 51 ◦ green 65 ◦ blue 18

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

Shades of Turtle Green #334112

Tints of Turtle Green #334112

RGB

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

 GREEN value IS 65 (25.78% from 255) = 48.51%

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

R = 38.06%
G = 48.51%
B = 13.43%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#334112 (or 0x334112) is known color: Turtle Green. HEX triplet: 33, 41 and 12. RGB value is (51,65,18). Sum of RGB (Red+Green+Blue) = 51+65+18=134 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.06% from 134); Green value is 65 (25.78% from 255 or 48.51% from 134); Blue value is 18 (7.42% from 255 or 13.43% from 134); Max value from RGB is 65 - color contains mainly: green. Hex color #334112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334112 is #CCBEED. Grayscale: #373737. Windows color (decimal): -13418222 or 1196339. OLE color: 1196339.

HSL color Cylindrical-coordinate representation of color #334112: hue angle of 77.87º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #334112 is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.

Color convert

RGB 51 65 18 -
CMYK 0.22 0 0.72 0.75
HSL 77.87º 0.57% 0.16% -
HSV(B) 77.87º 0.72% 0.25% -
XYZ 3.36 4.53 1.27 -
YUV 55.46 106.86 124.82 -
System Red Green Blue C M Y K H S L
Decimal 51 65 18 0.22 0 0.72 0.75 77.87 0.57 0.16
Hex 33 41 12 16 0 48 4B 4E 39 10
Octal 63 101 22 26 0 110 113 116 71 20
Binary 110011 1000001 10010 10110 0 1001000 1001011 1001110 111001 10000

Color Harmonies of #334112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334112

Black with #334112

Text Example


Text Example

White with #334112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334112; }

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

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

background-color css

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

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

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

border-color css

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

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

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