Html Css Color HEX #359462 Eucalyptus

📋 copy color: '#359462'

red 53 ◦ green 148 ◦ blue 98

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

Shades of Eucalyptus #359462

Tints of Eucalyptus #359462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 32.78%

R = 17.73%
G = 49.5%
B = 32.78%

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

#359462 (or 0x359462) is known color: Eucalyptus. HEX triplet: 35, 94 and 62. RGB value is (53,148,98). Sum of RGB (Red+Green+Blue) = 53+148+98=299 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.73% from 299); Green value is 148 (58.20% from 255 or 49.50% from 299); Blue value is 98 (38.67% from 255 or 32.78% from 299); Max value from RGB is 148 - color contains mainly: green. Hex color #359462 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359462 is #CA6B9D. Grayscale: #727272. Windows color (decimal): -13265822 or 6460469. OLE color: 6460469.

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

Color convert

RGB 53 148 98 -
CMYK 0.64 0 0.34 0.42
HSL 148.42º 0.47% 0.39% -
HSV(B) 148.42º 0.64% 0.58% -
XYZ 14.26 22.82 15.21 -
YUV 113.9 119.03 84.57 -
System Red Green Blue C M Y K H S L
Decimal 53 148 98 0.64 0 0.34 0.42 148.42 0.47 0.39
Hex 35 94 62 40 0 22 2A 94 2F 27
Octal 65 224 142 100 0 42 52 224 57 47
Binary 110101 10010100 1100010 1000000 0 100010 101010 10010100 101111 100111

Color Harmonies of #359462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359462

Black with #359462

Text Example


Text Example

White with #359462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359462; }

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

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

background-color css

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

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

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

border-color css

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

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

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