Html Css Color HEX #35B042 Fruit Salad

📋 copy color: '#35B042'

red 53 ◦ green 176 ◦ blue 66

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

Shades of Fruit Salad #35B042

Tints of Fruit Salad #35B042

RGB

 RED value IS 53 (21.09% from 255) = 17.97%

 GREEN value IS 176 (69.14% from 255) = 59.66%

 BLUE value IS 66 (26.17% from 255) = 22.37%

R = 17.97%
G = 59.66%
B = 22.37%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#35B042 (or 0x35B042) is known color: Fruit Salad. HEX triplet: 35, B0 and 42. RGB value is (53,176,66). Sum of RGB (Red+Green+Blue) = 53+176+66=295 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.97% from 295); Green value is 176 (69.14% from 255 or 59.66% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 176 - color contains mainly: green. Hex color #35B042 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35B042 is #CA4FBD. Grayscale: #7E7E7E. Windows color (decimal): -13258686 or 4370485. OLE color: 4370485.

HSL color Cylindrical-coordinate representation of color #35B042: hue angle of 126.34º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #35B042 is Cyan = 0.70, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 53 176 66 -
CMYK 0.70 0 0.62 0.31
HSL 126.34º 0.54% 0.45% -
HSV(B) 126.34º 0.7% 0.69% -
XYZ 17.98 32.2 10.42 -
YUV 126.68 93.75 75.44 -
System Red Green Blue C M Y K H S L
Decimal 53 176 66 0.70 0 0.62 0.31 126.34 0.54 0.45
Hex 35 B0 42 46 0 3E 1F 7E 36 2D
Octal 65 260 102 106 0 76 37 176 66 55
Binary 110101 10110000 1000010 1000110 0 111110 11111 1111110 110110 101101

Color Harmonies of #35B042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35B042

Black with #35B042

Text Example


Text Example

White with #35B042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35B042; }

 p { color: rgb(53,176,66); }

 H1.HeaderClassName
 {
   color: #35B042;
 }
 .AnyTagClassName
 {
   color: #35B042;
 }
</style>

background-color css

<style>
 a { background-color: #35B042; }

 a { background-color: rgb(53,176,66); }

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

border-color css

<style>
 span { border-color: #35B042; }

 span { border-color: rgb(53,176,66); }

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