Html Css Color HEX #369D63 Eucalyptus

📋 copy color: '#369D63'

red 54 ◦ green 157 ◦ blue 99

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

Shades of Eucalyptus #369D63

Tints of Eucalyptus #369D63

RGB

 RED value IS 54 (21.48% from 255) = 17.42%

 GREEN value IS 157 (61.72% from 255) = 50.65%

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

R = 17.42%
G = 50.65%
B = 31.94%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.37

 K value IS 0.38

RGB Variations

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

Color information

#369D63 (or 0x369D63) is known color: Eucalyptus. HEX triplet: 36, 9D and 63. RGB value is (54,157,99). Sum of RGB (Red+Green+Blue) = 54+157+99=310 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.42% from 310); Green value is 157 (61.72% from 255 or 50.65% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 157 - color contains mainly: green. Hex color #369D63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369D63 is #C9629C. Grayscale: #777777. Windows color (decimal): -13197981 or 6528310. OLE color: 6528310.

HSL color Cylindrical-coordinate representation of color #369D63: hue angle of 146.21º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #369D63 is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 157 99 -
CMYK 0.66 0 0.37 0.38
HSL 146.21º 0.49% 0.41% -
HSV(B) 146.21º 0.66% 0.62% -
XYZ 15.83 25.8 15.95 -
YUV 119.59 116.38 81.22 -
System Red Green Blue C M Y K H S L
Decimal 54 157 99 0.66 0 0.37 0.38 146.21 0.49 0.41
Hex 36 9D 63 42 0 25 26 92 31 29
Octal 66 235 143 102 0 45 46 222 61 51
Binary 110110 10011101 1100011 1000010 0 100101 100110 10010010 110001 101001

Color Harmonies of #369D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369D63

Black with #369D63

Text Example


Text Example

White with #369D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369D63; }

 p { color: rgb(54,157,99); }

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

background-color css

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

 a { background-color: rgb(54,157,99); }

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

border-color css

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

 span { border-color: rgb(54,157,99); }

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