Html Css Color HEX #334010 Turtle Green

📋 copy color: '#334010'

red 51 ◦ green 64 ◦ blue 16

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

Shades of Turtle Green #334010

Tints of Turtle Green #334010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 12.21%

R = 38.93%
G = 48.85%
B = 12.21%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#334010 (or 0x334010) is known color: Turtle Green. HEX triplet: 33, 40 and 10. RGB value is (51,64,16). Sum of RGB (Red+Green+Blue) = 51+64+16=131 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.93% from 131); Green value is 64 (25.39% from 255 or 48.85% from 131); Blue value is 16 (6.64% from 255 or 12.21% from 131); Max value from RGB is 64 - color contains mainly: green. Hex color #334010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334010 is #CCBFEF. Grayscale: #363636. Windows color (decimal): -13418480 or 1065011. OLE color: 1065011.

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

Color convert

RGB 51 64 16 -
CMYK 0.20 0 0.75 0.75
HSL 76.25º 0.6% 0.16% -
HSV(B) 76.25º 0.75% 0.25% -
XYZ 3.29 4.41 1.17 -
YUV 54.64 106.19 125.4 -
System Red Green Blue C M Y K H S L
Decimal 51 64 16 0.20 0 0.75 0.75 76.25 0.6 0.16
Hex 33 40 10 14 0 4B 4B 4C 3C 10
Octal 63 100 20 24 0 113 113 114 74 20
Binary 110011 1000000 10000 10100 0 1001011 1001011 1001100 111100 10000

Color Harmonies of #334010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334010

Black with #334010

Text Example


Text Example

White with #334010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334010; }

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

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

background-color css

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

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

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

border-color css

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

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

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