Html Css Color HEX #368D67 Eucalyptus

📋 copy color: '#368D67'

red 54 ◦ green 141 ◦ blue 103

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

Shades of Eucalyptus #368D67

Tints of Eucalyptus #368D67

RGB

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

 GREEN value IS 141 (55.47% from 255) = 47.32%

 BLUE value IS 103 (40.63% from 255) = 34.56%

R = 18.12%
G = 47.32%
B = 34.56%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#368D67 (or 0x368D67) is known color: Eucalyptus. HEX triplet: 36, 8D and 67. RGB value is (54,141,103). Sum of RGB (Red+Green+Blue) = 54+141+103=298 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.12% from 298); Green value is 141 (55.47% from 255 or 47.32% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 141 - color contains mainly: green. Hex color #368D67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368D67 is #C97298. Grayscale: #6E6E6E. Windows color (decimal): -13202073 or 6786358. OLE color: 6786358.

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

Color convert

RGB 54 141 103 -
CMYK 0.62 0 0.27 0.45
HSL 153.79º 0.45% 0.38% -
HSV(B) 153.79º 0.62% 0.55% -
XYZ 13.49 20.81 16.14 -
YUV 110.66 123.68 87.59 -
System Red Green Blue C M Y K H S L
Decimal 54 141 103 0.62 0 0.27 0.45 153.79 0.45 0.38
Hex 36 8D 67 3E 0 1B 2D 9A 2D 26
Octal 66 215 147 76 0 33 55 232 55 46
Binary 110110 10001101 1100111 111110 0 11011 101101 10011010 101101 100110

Color Harmonies of #368D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368D67

Black with #368D67

Text Example


Text Example

White with #368D67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,141,103); }

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

background-color css

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

 a { background-color: rgb(54,141,103); }

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

border-color css

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

 span { border-color: rgb(54,141,103); }

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