Html Css Color HEX #33A464 Eucalyptus

📋 copy color: '#33A464'

red 51 ◦ green 164 ◦ blue 100

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

Shades of Eucalyptus #33A464

Tints of Eucalyptus #33A464

RGB

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

 GREEN value IS 164 (64.45% from 255) = 52.06%

 BLUE value IS 100 (39.45% from 255) = 31.75%

R = 16.19%
G = 52.06%
B = 31.75%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#33A464 (or 0x33A464) is known color: Eucalyptus. HEX triplet: 33, A4 and 64. RGB value is (51,164,100). Sum of RGB (Red+Green+Blue) = 51+164+100=315 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.19% from 315); Green value is 164 (64.45% from 255 or 52.06% from 315); Blue value is 100 (39.45% from 255 or 31.75% from 315); Max value from RGB is 164 - color contains mainly: green. Hex color #33A464 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33A464 is #CC5B9B. Grayscale: #7B7B7B. Windows color (decimal): -13392796 or 6595635. OLE color: 6595635.

HSL color Cylindrical-coordinate representation of color #33A464: hue angle of 146.02º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #33A464 is Cyan = 0.69, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB 51 164 100 -
CMYK 0.69 0 0.39 0.36
HSL 146.02º 0.53% 0.42% -
HSV(B) 146.02º 0.69% 0.64% -
XYZ 16.94 28.17 16.6 -
YUV 122.92 115.06 76.7 -
System Red Green Blue C M Y K H S L
Decimal 51 164 100 0.69 0 0.39 0.36 146.02 0.53 0.42
Hex 33 A4 64 45 0 27 24 92 35 2A
Octal 63 244 144 105 0 47 44 222 65 52
Binary 110011 10100100 1100100 1000101 0 100111 100100 10010010 110101 101010

Color Harmonies of #33A464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33A464

Black with #33A464

Text Example


Text Example

White with #33A464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33A464; }

 p { color: rgb(51,164,100); }

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

background-color css

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

 a { background-color: rgb(51,164,100); }

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

border-color css

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

 span { border-color: rgb(51,164,100); }

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