Html Css Color HEX #35995A Eucalyptus

📋 copy color: '#35995A'

red 53 ◦ green 153 ◦ blue 90

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

Shades of Eucalyptus #35995A

Tints of Eucalyptus #35995A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 51.69%

 BLUE value IS 90 (35.55% from 255) = 30.41%

R = 17.91%
G = 51.69%
B = 30.41%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#35995A (or 0x35995A) is known color: Eucalyptus. HEX triplet: 35, 99 and 5A. RGB value is (53,153,90). Sum of RGB (Red+Green+Blue) = 53+153+90=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 153 (60.16% from 255 or 51.69% from 296); Blue value is 90 (35.55% from 255 or 30.41% from 296); Max value from RGB is 153 - color contains mainly: green. Hex color #35995A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35995A is #CA66A5. Grayscale: #747474. Windows color (decimal): -13264550 or 5937461. OLE color: 5937461.

HSL color Cylindrical-coordinate representation of color #35995A: hue angle of 142.2º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #35995A is Cyan = 0.65, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB 53 153 90 -
CMYK 0.65 0 0.41 0.4
HSL 142.2º 0.49% 0.4% -
HSV(B) 142.2º 0.65% 0.6% -
XYZ 14.7 24.28 13.58 -
YUV 115.92 113.37 83.12 -
System Red Green Blue C M Y K H S L
Decimal 53 153 90 0.65 0 0.41 0.4 142.2 0.49 0.4
Hex 35 99 5A 41 0 29 28 8E 31 28
Octal 65 231 132 101 0 51 50 216 61 50
Binary 110101 10011001 1011010 1000001 0 101001 101000 10001110 110001 101000

Color Harmonies of #35995A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35995A

Black with #35995A

Text Example


Text Example

White with #35995A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35995A; }

 p { color: rgb(53,153,90); }

 H1.HeaderClassName
 {
   color: #35995A;
 }
 .AnyTagClassName
 {
   color: #35995A;
 }
</style>

background-color css

<style>
 a { background-color: #35995A; }

 a { background-color: rgb(53,153,90); }

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

border-color css

<style>
 span { border-color: #35995A; }

 span { border-color: rgb(53,153,90); }

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