Html Css Color HEX #359B71 Eucalyptus

📋 copy color: '#359B71'

red 53 ◦ green 155 ◦ blue 113

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

Shades of Eucalyptus #359B71

Tints of Eucalyptus #359B71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 35.2%

R = 16.51%
G = 48.29%
B = 35.2%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.27

 K value IS 0.39

RGB Variations

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

Color information

#359B71 (or 0x359B71) is known color: Eucalyptus. HEX triplet: 35, 9B and 71. RGB value is (53,155,113). Sum of RGB (Red+Green+Blue) = 53+155+113=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 155 (60.94% from 255 or 48.29% from 321); Blue value is 113 (44.53% from 255 or 35.20% from 321); Max value from RGB is 155 - color contains mainly: green. Hex color #359B71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359B71 is #CA648E. Grayscale: #777777. Windows color (decimal): -13264015 or 7445301. OLE color: 7445301.

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

Color convert

RGB 53 155 113 -
CMYK 0.66 0 0.27 0.39
HSL 155.29º 0.49% 0.41% -
HSV(B) 155.29º 0.66% 0.61% -
XYZ 16.17 25.39 19.67 -
YUV 119.71 124.21 80.42 -
System Red Green Blue C M Y K H S L
Decimal 53 155 113 0.66 0 0.27 0.39 155.29 0.49 0.41
Hex 35 9B 71 42 0 1B 27 9B 31 29
Octal 65 233 161 102 0 33 47 233 61 51
Binary 110101 10011011 1110001 1000010 0 11011 100111 10011011 110001 101001

Color Harmonies of #359B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359B71

Black with #359B71

Text Example


Text Example

White with #359B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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