Html Css Color HEX #368C60 Eucalyptus

📋 copy color: '#368C60'

red 54 ◦ green 140 ◦ blue 96

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

Shades of Eucalyptus #368C60

Tints of Eucalyptus #368C60

RGB

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

 GREEN value IS 140 (55.08% from 255) = 48.28%

 BLUE value IS 96 (37.89% from 255) = 33.1%

R = 18.62%
G = 48.28%
B = 33.1%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#368C60 (or 0x368C60) is known color: Eucalyptus. HEX triplet: 36, 8C and 60. RGB value is (54,140,96). Sum of RGB (Red+Green+Blue) = 54+140+96=290 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.62% from 290); Green value is 140 (55.08% from 255 or 48.28% from 290); Blue value is 96 (37.89% from 255 or 33.10% from 290); Max value from RGB is 140 - color contains mainly: green. Hex color #368C60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368C60 is #C9739F. Grayscale: #6D6D6D. Windows color (decimal): -13202336 or 6327350. OLE color: 6327350.

HSL color Cylindrical-coordinate representation of color #368C60: hue angle of 149.3º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #368C60 is Cyan = 0.61, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB 54 140 96 -
CMYK 0.61 0 0.31 0.45
HSL 149.3º 0.44% 0.38% -
HSV(B) 149.3º 0.61% 0.55% -
XYZ 13.01 20.38 14.32 -
YUV 109.27 120.51 88.58 -
System Red Green Blue C M Y K H S L
Decimal 54 140 96 0.61 0 0.31 0.45 149.3 0.44 0.38
Hex 36 8C 60 3D 0 1F 2D 95 2C 26
Octal 66 214 140 75 0 37 55 225 54 46
Binary 110110 10001100 1100000 111101 0 11111 101101 10010101 101100 100110

Color Harmonies of #368C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368C60

Black with #368C60

Text Example


Text Example

White with #368C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368C60; }

 p { color: rgb(54,140,96); }

 H1.HeaderClassName
 {
   color: #368C60;
 }
 .AnyTagClassName
 {
   color: #368C60;
 }
</style>

background-color css

<style>
 a { background-color: #368C60; }

 a { background-color: rgb(54,140,96); }

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

border-color css

<style>
 span { border-color: #368C60; }

 span { border-color: rgb(54,140,96); }

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