Html Css Color HEX #33A540 Fruit Salad

📋 copy color: '#33A540'

red 51 ◦ green 165 ◦ blue 64

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

Shades of Fruit Salad #33A540

Tints of Fruit Salad #33A540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 22.86%

R = 18.21%
G = 58.93%
B = 22.86%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#33A540 (or 0x33A540) is known color: Fruit Salad. HEX triplet: 33, A5 and 40. RGB value is (51,165,64). Sum of RGB (Red+Green+Blue) = 51+165+64=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 165 (64.84% from 255 or 58.93% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 165 - color contains mainly: green. Hex color #33A540 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33A540 is #CC5ABF. Grayscale: #777777. Windows color (decimal): -13392576 or 4236595. OLE color: 4236595.

HSL color Cylindrical-coordinate representation of color #33A540: hue angle of 126.84º 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 #33A540 is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 51 165 64 -
CMYK 0.69 0 0.61 0.35
HSL 126.84º 0.53% 0.42% -
HSV(B) 126.84º 0.69% 0.65% -
XYZ 15.75 27.98 9.42 -
YUV 119.4 96.73 79.21 -
System Red Green Blue C M Y K H S L
Decimal 51 165 64 0.69 0 0.61 0.35 126.84 0.53 0.42
Hex 33 A5 40 45 0 3D 23 7F 35 2A
Octal 63 245 100 105 0 75 43 177 65 52
Binary 110011 10100101 1000000 1000101 0 111101 100011 1111111 110101 101010

Color Harmonies of #33A540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33A540

Black with #33A540

Text Example


Text Example

White with #33A540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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