Html Css Color HEX #369B6F Eucalyptus

📋 copy color: '#369B6F'

red 54 ◦ green 155 ◦ blue 111

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

Shades of Eucalyptus #369B6F

Tints of Eucalyptus #369B6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.69%

R = 16.88%
G = 48.44%
B = 34.69%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#369B6F (or 0x369B6F) is known color: Eucalyptus. HEX triplet: 36, 9B and 6F. RGB value is (54,155,111). Sum of RGB (Red+Green+Blue) = 54+155+111=320 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.88% from 320); Green value is 155 (60.94% from 255 or 48.44% from 320); Blue value is 111 (43.75% from 255 or 34.69% from 320); Max value from RGB is 155 - color contains mainly: green. Hex color #369B6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369B6F is #C96490. Grayscale: #777777. Windows color (decimal): -13198481 or 7314230. OLE color: 7314230.

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

Color convert

RGB 54 155 111 -
CMYK 0.65 0 0.28 0.39
HSL 153.86º 0.48% 0.41% -
HSV(B) 153.86º 0.65% 0.61% -
XYZ 16.11 25.37 19.09 -
YUV 119.79 123.04 81.08 -
System Red Green Blue C M Y K H S L
Decimal 54 155 111 0.65 0 0.28 0.39 153.86 0.48 0.41
Hex 36 9B 6F 41 0 1C 27 9A 30 29
Octal 66 233 157 101 0 34 47 232 60 51
Binary 110110 10011011 1101111 1000001 0 11100 100111 10011010 110000 101001

Color Harmonies of #369B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369B6F

Black with #369B6F

Text Example


Text Example

White with #369B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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