Html Css Color HEX #369B72 Eucalyptus

📋 copy color: '#369B72'

red 54 ◦ green 155 ◦ blue 114

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

Shades of Eucalyptus #369B72

Tints of Eucalyptus #369B72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 35.29%

R = 16.72%
G = 47.99%
B = 35.29%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#369B72 (or 0x369B72) is known color: Eucalyptus. HEX triplet: 36, 9B and 72. RGB value is (54,155,114). Sum of RGB (Red+Green+Blue) = 54+155+114=323 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.72% from 323); Green value is 155 (60.94% from 255 or 47.99% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 155 - color contains mainly: green. Hex color #369B72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369B72 is #C9648D. Grayscale: #787878. Windows color (decimal): -13198478 or 7510838. OLE color: 7510838.

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

Color convert

RGB 54 155 114 -
CMYK 0.65 0 0.26 0.39
HSL 155.64º 0.48% 0.41% -
HSV(B) 155.64º 0.65% 0.61% -
XYZ 16.28 25.44 19.97 -
YUV 120.13 124.54 80.83 -
System Red Green Blue C M Y K H S L
Decimal 54 155 114 0.65 0 0.26 0.39 155.64 0.48 0.41
Hex 36 9B 72 41 0 1A 27 9C 30 29
Octal 66 233 162 101 0 32 47 234 60 51
Binary 110110 10011011 1110010 1000001 0 11010 100111 10011100 110000 101001

Color Harmonies of #369B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369B72

Black with #369B72

Text Example


Text Example

White with #369B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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