Html Css Color HEX #334013 Turtle Green

📋 copy color: '#334013'

red 51 ◦ green 64 ◦ blue 19

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

Shades of Turtle Green #334013

Tints of Turtle Green #334013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 14.18%

R = 38.06%
G = 47.76%
B = 14.18%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.70

 K value IS 0.75

RGB Variations

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

Color information

#334013 (or 0x334013) is known color: Turtle Green. HEX triplet: 33, 40 and 13. RGB value is (51,64,19). Sum of RGB (Red+Green+Blue) = 51+64+19=134 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.06% from 134); Green value is 64 (25.39% from 255 or 47.76% from 134); Blue value is 19 (7.81% from 255 or 14.18% from 134); Max value from RGB is 64 - color contains mainly: green. Hex color #334013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334013 is #CCBFEC. Grayscale: #373737. Windows color (decimal): -13418477 or 1261619. OLE color: 1261619.

HSL color Cylindrical-coordinate representation of color #334013: hue angle of 77.33º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #334013 is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.75.

Color convert

RGB 51 64 19 -
CMYK 0.20 0 0.70 0.75
HSL 77.33º 0.54% 0.16% -
HSV(B) 77.33º 0.7% 0.25% -
XYZ 3.32 4.42 1.29 -
YUV 54.98 107.69 125.16 -
System Red Green Blue C M Y K H S L
Decimal 51 64 19 0.20 0 0.70 0.75 77.33 0.54 0.16
Hex 33 40 13 14 0 46 4B 4D 36 10
Octal 63 100 23 24 0 106 113 115 66 20
Binary 110011 1000000 10011 10100 0 1000110 1001011 1001101 110110 10000

Color Harmonies of #334013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334013

Black with #334013

Text Example


Text Example

White with #334013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334013; }

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

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

background-color css

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

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

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

border-color css

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

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

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