Html Css Color HEX #33490C Turtle Green

📋 copy color: '#33490C'

red 51 ◦ green 73 ◦ blue 12

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

Shades of Turtle Green #33490C

Tints of Turtle Green #33490C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 53.68%

 BLUE value IS 12 (5.08% from 255) = 8.82%

R = 37.5%
G = 53.68%
B = 8.82%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.84

 K value IS 0.71

RGB Variations

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

Color information

#33490C (or 0x33490C) is known color: Turtle Green. HEX triplet: 33, 49 and 0C. RGB value is (51,73,12). Sum of RGB (Red+Green+Blue) = 51+73+12=136 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.5% from 136); Green value is 73 (28.91% from 255 or 53.68% from 136); Blue value is 12 (5.08% from 255 or 8.82% from 136); Max value from RGB is 73 - color contains mainly: green. Hex color #33490C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33490C is #CCB6F3. Grayscale: #3B3B3B. Windows color (decimal): -13416180 or 805171. OLE color: 805171.

HSL color Cylindrical-coordinate representation of color #33490C: hue angle of 81.64º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #33490C is Cyan = 0.30, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.71.

Color convert

RGB 51 73 12 -
CMYK 0.30 0 0.84 0.71
HSL 81.64º 0.72% 0.17% -
HSV(B) 81.64º 0.84% 0.29% -
XYZ 3.81 5.5 1.21 -
YUV 59.47 101.21 121.96 -
System Red Green Blue C M Y K H S L
Decimal 51 73 12 0.30 0 0.84 0.71 81.64 0.72 0.17
Hex 33 49 C 1E 0 54 47 52 48 11
Octal 63 111 14 36 0 124 107 122 110 21
Binary 110011 1001001 1100 11110 0 1010100 1000111 1010010 1001000 10001

Color Harmonies of #33490C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33490C

Black with #33490C

Text Example


Text Example

White with #33490C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33490C; }

 p { color: rgb(51,73,12); }

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

background-color css

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

 a { background-color: rgb(51,73,12); }

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

border-color css

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

 span { border-color: rgb(51,73,12); }

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