Html Css Color HEX #359B70 Eucalyptus

📋 copy color: '#359B70'

red 53 ◦ green 155 ◦ blue 112

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

Shades of Eucalyptus #359B70

Tints of Eucalyptus #359B70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35%

R = 16.56%
G = 48.44%
B = 35%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#359B70 (or 0x359B70) is known color: Eucalyptus. HEX triplet: 35, 9B and 70. RGB value is (53,155,112). Sum of RGB (Red+Green+Blue) = 53+155+112=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 155 (60.94% from 255 or 48.44% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 155 - color contains mainly: green. Hex color #359B70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359B70 is #CA648F. Grayscale: #777777. Windows color (decimal): -13264016 or 7379765. OLE color: 7379765.

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

Color convert

RGB 53 155 112 -
CMYK 0.66 0 0.28 0.39
HSL 154.71º 0.49% 0.41% -
HSV(B) 154.71º 0.66% 0.61% -
XYZ 16.11 25.37 19.38 -
YUV 119.6 123.71 80.5 -
System Red Green Blue C M Y K H S L
Decimal 53 155 112 0.66 0 0.28 0.39 154.71 0.49 0.41
Hex 35 9B 70 42 0 1C 27 9B 31 29
Octal 65 233 160 102 0 34 47 233 61 51
Binary 110101 10011011 1110000 1000010 0 11100 100111 10011011 110001 101001

Color Harmonies of #359B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359B70

Black with #359B70

Text Example


Text Example

White with #359B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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