Html Css Color HEX #33A140 Fruit Salad

📋 copy color: '#33A140'

red 51 ◦ green 161 ◦ blue 64

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

Shades of Fruit Salad #33A140

Tints of Fruit Salad #33A140

RGB

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

 GREEN value IS 161 (63.28% from 255) = 58.33%

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

R = 18.48%
G = 58.33%
B = 23.19%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#33A140 (or 0x33A140) is known color: Fruit Salad. HEX triplet: 33, A1 and 40. RGB value is (51,161,64). Sum of RGB (Red+Green+Blue) = 51+161+64=276 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.48% from 276); Green value is 161 (63.28% from 255 or 58.33% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 161 - color contains mainly: green. Hex color #33A140 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33A140 is #CC5EBF. Grayscale: #757575. Windows color (decimal): -13393600 or 4235571. OLE color: 4235571.

HSL color Cylindrical-coordinate representation of color #33A140: hue angle of 127.09º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #33A140 is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB 51 161 64 -
CMYK 0.68 0 0.60 0.37
HSL 127.09º 0.52% 0.42% -
HSV(B) 127.09º 0.68% 0.63% -
XYZ 15.04 26.56 9.19 -
YUV 117.05 98.06 80.89 -
System Red Green Blue C M Y K H S L
Decimal 51 161 64 0.68 0 0.60 0.37 127.09 0.52 0.42
Hex 33 A1 40 44 0 3C 25 7F 34 2A
Octal 63 241 100 104 0 74 45 177 64 52
Binary 110011 10100001 1000000 1000100 0 111100 100101 1111111 110100 101010

Color Harmonies of #33A140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33A140

Black with #33A140

Text Example


Text Example

White with #33A140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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