Html Css Color HEX #359464 Eucalyptus

📋 copy color: '#359464'

red 53 ◦ green 148 ◦ blue 100

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

Shades of Eucalyptus #359464

Tints of Eucalyptus #359464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33.22%

R = 17.61%
G = 49.17%
B = 33.22%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#359464 (or 0x359464) is known color: Eucalyptus. HEX triplet: 35, 94 and 64. RGB value is (53,148,100). Sum of RGB (Red+Green+Blue) = 53+148+100=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 148 (58.20% from 255 or 49.17% from 301); Blue value is 100 (39.45% from 255 or 33.22% from 301); Max value from RGB is 148 - color contains mainly: green. Hex color #359464 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359464 is #CA6B9B. Grayscale: #727272. Windows color (decimal): -13265820 or 6591541. OLE color: 6591541.

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

Color convert

RGB 53 148 100 -
CMYK 0.64 0 0.32 0.42
HSL 149.68º 0.47% 0.39% -
HSV(B) 149.68º 0.64% 0.58% -
XYZ 14.36 22.86 15.71 -
YUV 114.12 120.03 84.4 -
System Red Green Blue C M Y K H S L
Decimal 53 148 100 0.64 0 0.32 0.42 149.68 0.47 0.39
Hex 35 94 64 40 0 20 2A 96 2F 27
Octal 65 224 144 100 0 40 52 226 57 47
Binary 110101 10010100 1100100 1000000 0 100000 101010 10010110 101111 100111

Color Harmonies of #359464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359464

Black with #359464

Text Example


Text Example

White with #359464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359464; }

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

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

background-color css

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

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

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

border-color css

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

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

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