Html Css Color HEX #359463 Eucalyptus

📋 copy color: '#359463'

red 53 ◦ green 148 ◦ blue 99

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

Shades of Eucalyptus #359463

Tints of Eucalyptus #359463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33%

R = 17.67%
G = 49.33%
B = 33%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#359463 (or 0x359463) is known color: Eucalyptus. HEX triplet: 35, 94 and 63. RGB value is (53,148,99). Sum of RGB (Red+Green+Blue) = 53+148+99=300 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.67% from 300); Green value is 148 (58.20% from 255 or 49.33% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 148 - color contains mainly: green. Hex color #359463 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359463 is #CA6B9C. Grayscale: #727272. Windows color (decimal): -13265821 or 6526005. OLE color: 6526005.

HSL color Cylindrical-coordinate representation of color #359463: hue angle of 149.05º 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 #359463 is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 148 99 -
CMYK 0.64 0 0.33 0.42
HSL 149.05º 0.47% 0.39% -
HSV(B) 149.05º 0.64% 0.58% -
XYZ 14.31 22.84 15.46 -
YUV 114.01 119.53 84.48 -
System Red Green Blue C M Y K H S L
Decimal 53 148 99 0.64 0 0.33 0.42 149.05 0.47 0.39
Hex 35 94 63 40 0 21 2A 95 2F 27
Octal 65 224 143 100 0 41 52 225 57 47
Binary 110101 10010100 1100011 1000000 0 100001 101010 10010101 101111 100111

Color Harmonies of #359463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359463

Black with #359463

Text Example


Text Example

White with #359463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359463; }

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

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

background-color css

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

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

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

border-color css

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

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

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