Html Css Color HEX #368E65 Eucalyptus

📋 copy color: '#368E65'

red 54 ◦ green 142 ◦ blue 101

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

Shades of Eucalyptus #368E65

Tints of Eucalyptus #368E65

RGB

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

 GREEN value IS 142 (55.86% from 255) = 47.81%

 BLUE value IS 101 (39.84% from 255) = 34.01%

R = 18.18%
G = 47.81%
B = 34.01%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.29

 K value IS 0.44

RGB Variations

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

Color information

#368E65 (or 0x368E65) is known color: Eucalyptus. HEX triplet: 36, 8E and 65. RGB value is (54,142,101). Sum of RGB (Red+Green+Blue) = 54+142+101=297 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.18% from 297); Green value is 142 (55.86% from 255 or 47.81% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 142 - color contains mainly: green. Hex color #368E65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368E65 is #C9719A. Grayscale: #6F6F6F. Windows color (decimal): -13201819 or 6655542. OLE color: 6655542.

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

Color convert

RGB 54 142 101 -
CMYK 0.62 0 0.29 0.44
HSL 152.05º 0.45% 0.38% -
HSV(B) 152.05º 0.62% 0.56% -
XYZ 13.54 21.07 15.67 -
YUV 111.01 122.35 87.33 -
System Red Green Blue C M Y K H S L
Decimal 54 142 101 0.62 0 0.29 0.44 152.05 0.45 0.38
Hex 36 8E 65 3E 0 1D 2C 98 2D 26
Octal 66 216 145 76 0 35 54 230 55 46
Binary 110110 10001110 1100101 111110 0 11101 101100 10011000 101101 100110

Color Harmonies of #368E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368E65

Black with #368E65

Text Example


Text Example

White with #368E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,142,101); }

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

background-color css

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

 a { background-color: rgb(54,142,101); }

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

border-color css

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

 span { border-color: rgb(54,142,101); }

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