Html Css Color HEX #334012 Turtle Green

📋 copy color: '#334012'

red 51 ◦ green 64 ◦ blue 18

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

Shades of Turtle Green #334012

Tints of Turtle Green #334012

RGB

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

 GREEN value IS 64 (25.39% from 255) = 48.12%

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

R = 38.35%
G = 48.12%
B = 13.53%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#334012 (or 0x334012) is known color: Turtle Green. HEX triplet: 33, 40 and 12. RGB value is (51,64,18). Sum of RGB (Red+Green+Blue) = 51+64+18=133 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.35% from 133); Green value is 64 (25.39% from 255 or 48.12% from 133); Blue value is 18 (7.42% from 255 or 13.53% from 133); Max value from RGB is 64 - color contains mainly: green. Hex color #334012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334012 is #CCBFED. Grayscale: #373737. Windows color (decimal): -13418478 or 1196083. OLE color: 1196083.

HSL color Cylindrical-coordinate representation of color #334012: hue angle of 76.96º degrees, saturation: 0.56, 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 #334012 is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.

Color convert

RGB 51 64 18 -
CMYK 0.20 0 0.72 0.75
HSL 76.96º 0.56% 0.16% -
HSV(B) 76.96º 0.72% 0.25% -
XYZ 3.31 4.41 1.25 -
YUV 54.87 107.19 125.24 -
System Red Green Blue C M Y K H S L
Decimal 51 64 18 0.20 0 0.72 0.75 76.96 0.56 0.16
Hex 33 40 12 14 0 48 4B 4D 38 10
Octal 63 100 22 24 0 110 113 115 70 20
Binary 110011 1000000 10010 10100 0 1001000 1001011 1001101 111000 10000

Color Harmonies of #334012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334012

Black with #334012

Text Example


Text Example

White with #334012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334012; }

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

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

background-color css

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

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

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

border-color css

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

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

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