Html Css Color HEX #359B6C Eucalyptus

📋 copy color: '#359B6C'

red 53 ◦ green 155 ◦ blue 108

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

Shades of Eucalyptus #359B6C

Tints of Eucalyptus #359B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.18%

R = 16.77%
G = 49.05%
B = 34.18%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#359B6C (or 0x359B6C) is known color: Eucalyptus. HEX triplet: 35, 9B and 6C. RGB value is (53,155,108). Sum of RGB (Red+Green+Blue) = 53+155+108=316 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.77% from 316); Green value is 155 (60.94% from 255 or 49.05% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 155 - color contains mainly: green. Hex color #359B6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359B6C is #CA6493. Grayscale: #777777. Windows color (decimal): -13264020 or 7117621. OLE color: 7117621.

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

Color convert

RGB 53 155 108 -
CMYK 0.66 0 0.30 0.39
HSL 152.35º 0.49% 0.41% -
HSV(B) 152.35º 0.66% 0.61% -
XYZ 15.9 25.28 18.23 -
YUV 119.14 121.71 80.82 -
System Red Green Blue C M Y K H S L
Decimal 53 155 108 0.66 0 0.30 0.39 152.35 0.49 0.41
Hex 35 9B 6C 42 0 1E 27 98 31 29
Octal 65 233 154 102 0 36 47 230 61 51
Binary 110101 10011011 1101100 1000010 0 11110 100111 10011000 110001 101001

Color Harmonies of #359B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359B6C

Black with #359B6C

Text Example


Text Example

White with #359B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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