Html Css Color HEX #359B5D Eucalyptus

📋 copy color: '#359B5D'

red 53 ◦ green 155 ◦ blue 93

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

Shades of Eucalyptus #359B5D

Tints of Eucalyptus #359B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.9%

R = 17.61%
G = 51.5%
B = 30.9%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.4

 K value IS 0.39

RGB Variations

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

Color information

#359B5D (or 0x359B5D) is known color: Eucalyptus. HEX triplet: 35, 9B and 5D. RGB value is (53,155,93). Sum of RGB (Red+Green+Blue) = 53+155+93=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 155 (60.94% from 255 or 51.50% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 155 - color contains mainly: green. Hex color #359B5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359B5D is #CA64A2. Grayscale: #757575. Windows color (decimal): -13264035 or 6134581. OLE color: 6134581.

HSL color Cylindrical-coordinate representation of color #359B5D: hue angle of 143.53º 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 #359B5D is Cyan = 0.66, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.39.

Color convert

RGB 53 155 93 -
CMYK 0.66 0 0.4 0.39
HSL 143.53º 0.49% 0.41% -
HSV(B) 143.53º 0.66% 0.61% -
XYZ 15.17 24.99 14.38 -
YUV 117.43 114.21 82.04 -
System Red Green Blue C M Y K H S L
Decimal 53 155 93 0.66 0 0.4 0.39 143.53 0.49 0.41
Hex 35 9B 5D 42 0 28 27 90 31 29
Octal 65 233 135 102 0 50 47 220 61 51
Binary 110101 10011011 1011101 1000010 0 101000 100111 10010000 110001 101001

Color Harmonies of #359B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359B5D

Black with #359B5D

Text Example


Text Example

White with #359B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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