Html Css Color HEX #379864 Eucalyptus

📋 copy color: '#379864'

red 55 ◦ green 152 ◦ blue 100

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

Shades of Eucalyptus #379864

Tints of Eucalyptus #379864

RGB

 RED value IS 55 (21.88% from 255) = 17.92%

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

 BLUE value IS 100 (39.45% from 255) = 32.57%

R = 17.92%
G = 49.51%
B = 32.57%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#379864 (or 0x379864) is known color: Eucalyptus. HEX triplet: 37, 98 and 64. RGB value is (55,152,100). Sum of RGB (Red+Green+Blue) = 55+152+100=307 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.92% from 307); Green value is 152 (59.77% from 255 or 49.51% from 307); Blue value is 100 (39.45% from 255 or 32.57% from 307); Max value from RGB is 152 - color contains mainly: green. Hex color #379864 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379864 is #C8679B. Grayscale: #757575. Windows color (decimal): -13133724 or 6592567. OLE color: 6592567.

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

Color convert

RGB 55 152 100 -
CMYK 0.64 0 0.34 0.40
HSL 147.84º 0.47% 0.41% -
HSV(B) 147.84º 0.64% 0.6% -
XYZ 15.1 24.19 15.93 -
YUV 117.07 118.36 83.73 -
System Red Green Blue C M Y K H S L
Decimal 55 152 100 0.64 0 0.34 0.40 147.84 0.47 0.41
Hex 37 98 64 40 0 22 28 94 2F 29
Octal 67 230 144 100 0 42 50 224 57 51
Binary 110111 10011000 1100100 1000000 0 100010 101000 10010100 101111 101001

Color Harmonies of #379864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379864

Black with #379864

Text Example


Text Example

White with #379864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379864; }

 p { color: rgb(55,152,100); }

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

background-color css

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

 a { background-color: rgb(55,152,100); }

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

border-color css

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

 span { border-color: rgb(55,152,100); }

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