Html Css Color HEX #359C69 Eucalyptus

📋 copy color: '#359C69'

red 53 ◦ green 156 ◦ blue 105

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

Shades of Eucalyptus #359C69

Tints of Eucalyptus #359C69

RGB

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

 GREEN value IS 156 (61.33% from 255) = 49.68%

 BLUE value IS 105 (41.41% from 255) = 33.44%

R = 16.88%
G = 49.68%
B = 33.44%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#359C69 (or 0x359C69) is known color: Eucalyptus. HEX triplet: 35, 9C and 69. RGB value is (53,156,105). Sum of RGB (Red+Green+Blue) = 53+156+105=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 156 (61.33% from 255 or 49.68% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 156 - color contains mainly: green. Hex color #359C69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359C69 is #CA6396. Grayscale: #777777. Windows color (decimal): -13263767 or 6921269. OLE color: 6921269.

HSL color Cylindrical-coordinate representation of color #359C69: hue angle of 150.29º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359C69 is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB 53 156 105 -
CMYK 0.66 0 0.33 0.39
HSL 150.29º 0.49% 0.41% -
HSV(B) 150.29º 0.66% 0.61% -
XYZ 15.91 25.55 17.46 -
YUV 119.39 119.88 80.65 -
System Red Green Blue C M Y K H S L
Decimal 53 156 105 0.66 0 0.33 0.39 150.29 0.49 0.41
Hex 35 9C 69 42 0 21 27 96 31 29
Octal 65 234 151 102 0 41 47 226 61 51
Binary 110101 10011100 1101001 1000010 0 100001 100111 10010110 110001 101001

Color Harmonies of #359C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359C69

Black with #359C69

Text Example


Text Example

White with #359C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359C69; }

 p { color: rgb(53,156,105); }

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

background-color css

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

 a { background-color: rgb(53,156,105); }

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

border-color css

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

 span { border-color: rgb(53,156,105); }

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