Html Css Color HEX #369A5B Eucalyptus

📋 copy color: '#369A5B'

red 54 ◦ green 154 ◦ blue 91

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

Shades of Eucalyptus #369A5B

Tints of Eucalyptus #369A5B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 51.51%

 BLUE value IS 91 (35.94% from 255) = 30.43%

R = 18.06%
G = 51.51%
B = 30.43%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#369A5B (or 0x369A5B) is known color: Eucalyptus. HEX triplet: 36, 9A and 5B. RGB value is (54,154,91). Sum of RGB (Red+Green+Blue) = 54+154+91=299 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.06% from 299); Green value is 154 (60.55% from 255 or 51.51% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 154 - color contains mainly: green. Hex color #369A5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369A5B is #C965A4. Grayscale: #757575. Windows color (decimal): -13198757 or 6003254. OLE color: 6003254.

HSL color Cylindrical-coordinate representation of color #369A5B: hue angle of 142.2º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #369A5B is Cyan = 0.65, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB 54 154 91 -
CMYK 0.65 0 0.41 0.40
HSL 142.2º 0.48% 0.41% -
HSV(B) 142.2º 0.65% 0.6% -
XYZ 14.97 24.65 13.87 -
YUV 116.92 113.37 83.12 -
System Red Green Blue C M Y K H S L
Decimal 54 154 91 0.65 0 0.41 0.40 142.2 0.48 0.41
Hex 36 9A 5B 41 0 29 28 8E 30 29
Octal 66 232 133 101 0 51 50 216 60 51
Binary 110110 10011010 1011011 1000001 0 101001 101000 10001110 110000 101001

Color Harmonies of #369A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369A5B

Black with #369A5B

Text Example


Text Example

White with #369A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,154,91); }

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

background-color css

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

 a { background-color: rgb(54,154,91); }

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

border-color css

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

 span { border-color: rgb(54,154,91); }

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