Html Css Color HEX #359B5A Eucalyptus

📋 copy color: '#359B5A'

red 53 ◦ green 155 ◦ blue 90

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

Shades of Eucalyptus #359B5A

Tints of Eucalyptus #359B5A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 52.01%

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

R = 17.79%
G = 52.01%
B = 30.2%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#359B5A (or 0x359B5A) is known color: Eucalyptus. HEX triplet: 35, 9B and 5A. RGB value is (53,155,90). Sum of RGB (Red+Green+Blue) = 53+155+90=298 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.79% from 298); Green value is 155 (60.94% from 255 or 52.01% from 298); Blue value is 90 (35.55% from 255 or 30.20% from 298); Max value from RGB is 155 - color contains mainly: green. Hex color #359B5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359B5A is #CA64A5. Grayscale: #757575. Windows color (decimal): -13264038 or 5937973. OLE color: 5937973.

HSL color Cylindrical-coordinate representation of color #359B5A: hue angle of 141.76º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359B5A is Cyan = 0.66, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB 53 155 90 -
CMYK 0.66 0 0.42 0.39
HSL 141.76º 0.49% 0.41% -
HSV(B) 141.76º 0.66% 0.61% -
XYZ 15.04 24.94 13.69 -
YUV 117.09 112.71 82.29 -
System Red Green Blue C M Y K H S L
Decimal 53 155 90 0.66 0 0.42 0.39 141.76 0.49 0.41
Hex 35 9B 5A 42 0 2A 27 8E 31 29
Octal 65 233 132 102 0 52 47 216 61 51
Binary 110101 10011011 1011010 1000010 0 101010 100111 10001110 110001 101001

Color Harmonies of #359B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359B5A

Black with #359B5A

Text Example


Text Example

White with #359B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359B5A; }

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

 H1.HeaderClassName
 {
   color: #359B5A;
 }
 .AnyTagClassName
 {
   color: #359B5A;
 }
</style>

background-color css

<style>
 a { background-color: #359B5A; }

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

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

border-color css

<style>
 span { border-color: #359B5A; }

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

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