Html Css Color HEX #359B5B Eucalyptus

📋 copy color: '#359B5B'

red 53 ◦ green 155 ◦ blue 91

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

Shades of Eucalyptus #359B5B

Tints of Eucalyptus #359B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.43%

R = 17.73%
G = 51.84%
B = 30.43%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#359B5B (or 0x359B5B) is known color: Eucalyptus. HEX triplet: 35, 9B and 5B. RGB value is (53,155,91). Sum of RGB (Red+Green+Blue) = 53+155+91=299 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.73% from 299); Green value is 155 (60.94% from 255 or 51.84% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 155 - color contains mainly: green. Hex color #359B5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359B5B is #CA64A4. Grayscale: #757575. Windows color (decimal): -13264037 or 6003509. OLE color: 6003509.

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

Color convert

RGB 53 155 91 -
CMYK 0.66 0 0.41 0.39
HSL 142.35º 0.49% 0.41% -
HSV(B) 142.35º 0.66% 0.61% -
XYZ 15.08 24.95 13.92 -
YUV 117.21 113.21 82.2 -
System Red Green Blue C M Y K H S L
Decimal 53 155 91 0.66 0 0.41 0.39 142.35 0.49 0.41
Hex 35 9B 5B 42 0 29 27 8E 31 29
Octal 65 233 133 102 0 51 47 216 61 51
Binary 110101 10011011 1011011 1000010 0 101001 100111 10001110 110001 101001

Color Harmonies of #359B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359B5B

Black with #359B5B

Text Example


Text Example

White with #359B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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