Html Css Color HEX #369866 Eucalyptus

📋 copy color: '#369866'

red 54 ◦ green 152 ◦ blue 102

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

Shades of Eucalyptus #369866

Tints of Eucalyptus #369866

RGB

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

 GREEN value IS 152 (59.77% from 255) = 49.35%

 BLUE value IS 102 (40.23% from 255) = 33.12%

R = 17.53%
G = 49.35%
B = 33.12%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.33

 K value IS 0.40

RGB Variations

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

Color information

#369866 (or 0x369866) is known color: Eucalyptus. HEX triplet: 36, 98 and 66. RGB value is (54,152,102). Sum of RGB (Red+Green+Blue) = 54+152+102=308 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.53% from 308); Green value is 152 (59.77% from 255 or 49.35% from 308); Blue value is 102 (40.23% from 255 or 33.12% from 308); Max value from RGB is 152 - color contains mainly: green. Hex color #369866 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369866 is #C96799. Grayscale: #757575. Windows color (decimal): -13199258 or 6723638. OLE color: 6723638.

HSL color Cylindrical-coordinate representation of color #369866: hue angle of 149.39º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #369866 is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.40.

Color convert

RGB 54 152 102 -
CMYK 0.64 0 0.33 0.40
HSL 149.39º 0.48% 0.4% -
HSV(B) 149.39º 0.64% 0.6% -
XYZ 15.15 24.2 16.44 -
YUV 117 119.53 83.07 -
System Red Green Blue C M Y K H S L
Decimal 54 152 102 0.64 0 0.33 0.40 149.39 0.48 0.4
Hex 36 98 66 40 0 21 28 95 30 28
Octal 66 230 146 100 0 41 50 225 60 50
Binary 110110 10011000 1100110 1000000 0 100001 101000 10010101 110000 101000

Color Harmonies of #369866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369866

Black with #369866

Text Example


Text Example

White with #369866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369866; }

 p { color: rgb(54,152,102); }

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

background-color css

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

 a { background-color: rgb(54,152,102); }

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

border-color css

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

 span { border-color: rgb(54,152,102); }

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