Html Css Color HEX #33A55F Eucalyptus

📋 copy color: '#33A55F'

red 51 ◦ green 165 ◦ blue 95

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

Shades of Eucalyptus #33A55F

Tints of Eucalyptus #33A55F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 53.05%

 BLUE value IS 95 (37.5% from 255) = 30.55%

R = 16.4%
G = 53.05%
B = 30.55%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#33A55F (or 0x33A55F) is known color: Eucalyptus. HEX triplet: 33, A5 and 5F. RGB value is (51,165,95). Sum of RGB (Red+Green+Blue) = 51+165+95=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 165 (64.84% from 255 or 53.05% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 165 - color contains mainly: green. Hex color #33A55F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33A55F is #CC5AA0. Grayscale: #7B7B7B. Windows color (decimal): -13392545 or 6268211. OLE color: 6268211.

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

Color convert

RGB 51 165 95 -
CMYK 0.69 0 0.42 0.35
HSL 143.16º 0.53% 0.42% -
HSV(B) 143.16º 0.69% 0.65% -
XYZ 16.89 28.44 15.43 -
YUV 122.93 112.23 76.69 -
System Red Green Blue C M Y K H S L
Decimal 51 165 95 0.69 0 0.42 0.35 143.16 0.53 0.42
Hex 33 A5 5F 45 0 2A 23 8F 35 2A
Octal 63 245 137 105 0 52 43 217 65 52
Binary 110011 10100101 1011111 1000101 0 101010 100011 10001111 110101 101010

Color Harmonies of #33A55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33A55F

Black with #33A55F

Text Example


Text Example

White with #33A55F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,165,95); }

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

background-color css

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

 a { background-color: rgb(51,165,95); }

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

border-color css

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

 span { border-color: rgb(51,165,95); }

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