Html Css Color HEX #359461 Eucalyptus

📋 copy color: '#359461'

red 53 ◦ green 148 ◦ blue 97

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

Shades of Eucalyptus #359461

Tints of Eucalyptus #359461

RGB

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

 GREEN value IS 148 (58.2% from 255) = 49.66%

 BLUE value IS 97 (38.28% from 255) = 32.55%

R = 17.79%
G = 49.66%
B = 32.55%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#359461 (or 0x359461) is known color: Eucalyptus. HEX triplet: 35, 94 and 61. RGB value is (53,148,97). Sum of RGB (Red+Green+Blue) = 53+148+97=298 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.79% from 298); Green value is 148 (58.20% from 255 or 49.66% from 298); Blue value is 97 (38.28% from 255 or 32.55% from 298); Max value from RGB is 148 - color contains mainly: green. Hex color #359461 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359461 is #CA6B9E. Grayscale: #717171. Windows color (decimal): -13265823 or 6394933. OLE color: 6394933.

HSL color Cylindrical-coordinate representation of color #359461: hue angle of 147.79º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #359461 is Cyan = 0.64, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 148 97 -
CMYK 0.64 0 0.34 0.42
HSL 147.79º 0.47% 0.39% -
HSV(B) 147.79º 0.64% 0.58% -
XYZ 14.22 22.8 14.96 -
YUV 113.78 118.53 84.65 -
System Red Green Blue C M Y K H S L
Decimal 53 148 97 0.64 0 0.34 0.42 147.79 0.47 0.39
Hex 35 94 61 40 0 22 2A 94 2F 27
Octal 65 224 141 100 0 42 52 224 57 47
Binary 110101 10010100 1100001 1000000 0 100010 101010 10010100 101111 100111

Color Harmonies of #359461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359461

Black with #359461

Text Example


Text Example

White with #359461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359461; }

 p { color: rgb(53,148,97); }

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

background-color css

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

 a { background-color: rgb(53,148,97); }

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

border-color css

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

 span { border-color: rgb(53,148,97); }

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