Html Css Color HEX #369A58 Eucalyptus

📋 copy color: '#369A58'

red 54 ◦ green 154 ◦ blue 88

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

Shades of Eucalyptus #369A58

Tints of Eucalyptus #369A58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 29.73%

R = 18.24%
G = 52.03%
B = 29.73%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.43

 K value IS 0.40

RGB Variations

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

Color information

#369A58 (or 0x369A58) is known color: Eucalyptus. HEX triplet: 36, 9A and 58. RGB value is (54,154,88). Sum of RGB (Red+Green+Blue) = 54+154+88=296 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.24% from 296); Green value is 154 (60.55% from 255 or 52.03% from 296); Blue value is 88 (34.77% from 255 or 29.73% from 296); Max value from RGB is 154 - color contains mainly: green. Hex color #369A58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369A58 is #C965A7. Grayscale: #747474. Windows color (decimal): -13198760 or 5806646. OLE color: 5806646.

HSL color Cylindrical-coordinate representation of color #369A58: hue angle of 140.4º 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 #369A58 is Cyan = 0.65, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.40.

Color convert

RGB 54 154 88 -
CMYK 0.65 0 0.43 0.40
HSL 140.4º 0.48% 0.41% -
HSV(B) 140.4º 0.65% 0.6% -
XYZ 14.84 24.6 13.2 -
YUV 116.58 111.87 83.37 -
System Red Green Blue C M Y K H S L
Decimal 54 154 88 0.65 0 0.43 0.40 140.4 0.48 0.41
Hex 36 9A 58 41 0 2B 28 8C 30 29
Octal 66 232 130 101 0 53 50 214 60 51
Binary 110110 10011010 1011000 1000001 0 101011 101000 10001100 110000 101001

Color Harmonies of #369A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369A58

Black with #369A58

Text Example


Text Example

White with #369A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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