Html Css Color HEX #369B5F Eucalyptus

📋 copy color: '#369B5F'

red 54 ◦ green 155 ◦ blue 95

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

Shades of Eucalyptus #369B5F

Tints of Eucalyptus #369B5F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 50.99%

 BLUE value IS 95 (37.5% from 255) = 31.25%

R = 17.76%
G = 50.99%
B = 31.25%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#369B5F (or 0x369B5F) is known color: Eucalyptus. HEX triplet: 36, 9B and 5F. RGB value is (54,155,95). Sum of RGB (Red+Green+Blue) = 54+155+95=304 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.76% from 304); Green value is 155 (60.94% from 255 or 50.99% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 155 - color contains mainly: green. Hex color #369B5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369B5F is #C964A0. Grayscale: #767676. Windows color (decimal): -13198497 or 6265654. OLE color: 6265654.

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

Color convert

RGB 54 155 95 -
CMYK 0.65 0 0.39 0.39
HSL 144.36º 0.48% 0.41% -
HSV(B) 144.36º 0.65% 0.61% -
XYZ 15.31 25.05 14.86 -
YUV 117.96 115.04 82.38 -
System Red Green Blue C M Y K H S L
Decimal 54 155 95 0.65 0 0.39 0.39 144.36 0.48 0.41
Hex 36 9B 5F 41 0 27 27 90 30 29
Octal 66 233 137 101 0 47 47 220 60 51
Binary 110110 10011011 1011111 1000001 0 100111 100111 10010000 110000 101001

Color Harmonies of #369B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369B5F

Black with #369B5F

Text Example


Text Example

White with #369B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,155,95); }

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

background-color css

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

 a { background-color: rgb(54,155,95); }

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

border-color css

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

 span { border-color: rgb(54,155,95); }

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