Html Css Color HEX #334410 Turtle Green

📋 copy color: '#334410'

red 51 ◦ green 68 ◦ blue 16

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

Shades of Turtle Green #334410

Tints of Turtle Green #334410

RGB

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

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

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

R = 37.78%
G = 50.37%
B = 11.85%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.76

 K value IS 0.73

RGB Variations

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

Color information

#334410 (or 0x334410) is known color: Turtle Green. HEX triplet: 33, 44 and 10. RGB value is (51,68,16). Sum of RGB (Red+Green+Blue) = 51+68+16=135 (17% of max value = 765). Red value is 51 (20.31% from 255 or 37.78% from 135); Green value is 68 (26.95% from 255 or 50.37% from 135); Blue value is 16 (6.64% from 255 or 11.85% from 135); Max value from RGB is 68 - color contains mainly: green. Hex color #334410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334410 is #CCBBEF. Grayscale: #393939. Windows color (decimal): -13417456 or 1066035. OLE color: 1066035.

HSL color Cylindrical-coordinate representation of color #334410: hue angle of 79.62º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #334410 is Cyan = 0.25, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.73.

Color convert

RGB 51 68 16 -
CMYK 0.25 0 0.76 0.73
HSL 79.62º 0.62% 0.16% -
HSV(B) 79.62º 0.76% 0.27% -
XYZ 3.53 4.88 1.25 -
YUV 56.99 104.87 123.73 -
System Red Green Blue C M Y K H S L
Decimal 51 68 16 0.25 0 0.76 0.73 79.62 0.62 0.16
Hex 33 44 10 19 0 4C 49 50 3E 10
Octal 63 104 20 31 0 114 111 120 76 20
Binary 110011 1000100 10000 11001 0 1001100 1001001 1010000 111110 10000

Color Harmonies of #334410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334410

Black with #334410

Text Example


Text Example

White with #334410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334410; }

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

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

background-color css

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

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

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

border-color css

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

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

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