Html Css Color HEX #359B68 Eucalyptus

📋 copy color: '#359B68'

red 53 ◦ green 155 ◦ blue 104

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

Shades of Eucalyptus #359B68

Tints of Eucalyptus #359B68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.33%

R = 16.99%
G = 49.68%
B = 33.33%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#359B68 (or 0x359B68) is known color: Eucalyptus. HEX triplet: 35, 9B and 68. RGB value is (53,155,104). Sum of RGB (Red+Green+Blue) = 53+155+104=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 155 (60.94% from 255 or 49.68% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 155 - color contains mainly: green. Hex color #359B68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359B68 is #CA6497. Grayscale: #767676. Windows color (decimal): -13264024 or 6855477. OLE color: 6855477.

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

Color convert

RGB 53 155 104 -
CMYK 0.66 0 0.33 0.39
HSL 150º 0.49% 0.41% -
HSV(B) 150º 0.66% 0.61% -
XYZ 15.69 25.2 17.13 -
YUV 118.69 119.71 81.15 -
System Red Green Blue C M Y K H S L
Decimal 53 155 104 0.66 0 0.33 0.39 150 0.49 0.41
Hex 35 9B 68 42 0 21 27 96 31 29
Octal 65 233 150 102 0 41 47 226 61 51
Binary 110101 10011011 1101000 1000010 0 100001 100111 10010110 110001 101001

Color Harmonies of #359B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359B68

Black with #359B68

Text Example


Text Example

White with #359B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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