Html Css Color HEX #369B71 Eucalyptus

📋 copy color: '#369B71'

red 54 ◦ green 155 ◦ blue 113

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

Shades of Eucalyptus #369B71

Tints of Eucalyptus #369B71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 35.09%

R = 16.77%
G = 48.14%
B = 35.09%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.27

 K value IS 0.39

RGB Variations

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

Color information

#369B71 (or 0x369B71) is known color: Eucalyptus. HEX triplet: 36, 9B and 71. RGB value is (54,155,113). Sum of RGB (Red+Green+Blue) = 54+155+113=322 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.77% from 322); Green value is 155 (60.94% from 255 or 48.14% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 155 - color contains mainly: green. Hex color #369B71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369B71 is #C9648E. Grayscale: #787878. Windows color (decimal): -13198479 or 7445302. OLE color: 7445302.

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

Color convert

RGB 54 155 113 -
CMYK 0.65 0 0.27 0.39
HSL 155.05º 0.48% 0.41% -
HSV(B) 155.05º 0.65% 0.61% -
XYZ 16.22 25.42 19.67 -
YUV 120.01 124.04 80.92 -
System Red Green Blue C M Y K H S L
Decimal 54 155 113 0.65 0 0.27 0.39 155.05 0.48 0.41
Hex 36 9B 71 41 0 1B 27 9B 30 29
Octal 66 233 161 101 0 33 47 233 60 51
Binary 110110 10011011 1110001 1000001 0 11011 100111 10011011 110000 101001

Color Harmonies of #369B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369B71

Black with #369B71

Text Example


Text Example

White with #369B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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