Html Css Color HEX #359968 Eucalyptus

📋 copy color: '#359968'

red 53 ◦ green 153 ◦ blue 104

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

Shades of Eucalyptus #359968

Tints of Eucalyptus #359968

RGB

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

 GREEN value IS 153 (60.16% from 255) = 49.35%

 BLUE value IS 104 (41.02% from 255) = 33.55%

R = 17.1%
G = 49.35%
B = 33.55%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#359968 (or 0x359968) is known color: Eucalyptus. HEX triplet: 35, 99 and 68. RGB value is (53,153,104). Sum of RGB (Red+Green+Blue) = 53+153+104=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 153 (60.16% from 255 or 49.35% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 153 - color contains mainly: green. Hex color #359968 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359968 is #CA6697. Grayscale: #757575. Windows color (decimal): -13264536 or 6854965. OLE color: 6854965.

HSL color Cylindrical-coordinate representation of color #359968: hue angle of 150.6º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #359968 is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.4.

Color convert

RGB 53 153 104 -
CMYK 0.65 0 0.32 0.4
HSL 150.6º 0.49% 0.4% -
HSV(B) 150.6º 0.65% 0.6% -
XYZ 15.36 24.54 17.02 -
YUV 117.51 120.37 81.98 -
System Red Green Blue C M Y K H S L
Decimal 53 153 104 0.65 0 0.32 0.4 150.6 0.49 0.4
Hex 35 99 68 41 0 20 28 97 31 28
Octal 65 231 150 101 0 40 50 227 61 50
Binary 110101 10011001 1101000 1000001 0 100000 101000 10010111 110001 101000

Color Harmonies of #359968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359968

Black with #359968

Text Example


Text Example

White with #359968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359968; }

 p { color: rgb(53,153,104); }

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

background-color css

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

 a { background-color: rgb(53,153,104); }

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

border-color css

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

 span { border-color: rgb(53,153,104); }

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