Html Css Color HEX #33A141 Fruit Salad

📋 copy color: '#33A141'

red 51 ◦ green 161 ◦ blue 65

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

Shades of Fruit Salad #33A141

Tints of Fruit Salad #33A141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.47%

R = 18.41%
G = 58.12%
B = 23.47%

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

#33A141 (or 0x33A141) is known color: Fruit Salad. HEX triplet: 33, A1 and 41. RGB value is (51,161,65). Sum of RGB (Red+Green+Blue) = 51+161+65=277 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.41% from 277); Green value is 161 (63.28% from 255 or 58.12% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 161 - color contains mainly: green. Hex color #33A141 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33A141 is #CC5EBE. Grayscale: #757575. Windows color (decimal): -13393599 or 4301107. OLE color: 4301107.

HSL color Cylindrical-coordinate representation of color #33A141: hue angle of 127.64º 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 #33A141 is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB 51 161 65 -
CMYK 0.68 0 0.60 0.37
HSL 127.64º 0.52% 0.42% -
HSV(B) 127.64º 0.68% 0.63% -
XYZ 15.06 26.58 9.34 -
YUV 117.17 98.56 80.81 -
System Red Green Blue C M Y K H S L
Decimal 51 161 65 0.68 0 0.60 0.37 127.64 0.52 0.42
Hex 33 A1 41 44 0 3C 25 80 34 2A
Octal 63 241 101 104 0 74 45 200 64 52
Binary 110011 10100001 1000001 1000100 0 111100 100101 10000000 110100 101010

Color Harmonies of #33A141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33A141

Black with #33A141

Text Example


Text Example

White with #33A141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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