Html Css Color HEX #379965 Eucalyptus

📋 copy color: '#379965'

red 55 ◦ green 153 ◦ blue 101

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

Shades of Eucalyptus #379965

Tints of Eucalyptus #379965

RGB

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

 GREEN value IS 153 (60.16% from 255) = 49.51%

 BLUE value IS 101 (39.84% from 255) = 32.69%

R = 17.8%
G = 49.51%
B = 32.69%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.34

 K value IS 0.4

RGB Variations

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

Color information

#379965 (or 0x379965) is known color: Eucalyptus. HEX triplet: 37, 99 and 65. RGB value is (55,153,101). Sum of RGB (Red+Green+Blue) = 55+153+101=309 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.80% from 309); Green value is 153 (60.16% from 255 or 49.51% from 309); Blue value is 101 (39.84% from 255 or 32.69% from 309); Max value from RGB is 153 - color contains mainly: green. Hex color #379965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379965 is #C8669A. Grayscale: #757575. Windows color (decimal): -13133467 or 6658359. OLE color: 6658359.

HSL color Cylindrical-coordinate representation of color #379965: hue angle of 148.16º 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 #379965 is Cyan = 0.64, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.4.

Color convert

RGB 55 153 101 -
CMYK 0.64 0 0.34 0.4
HSL 148.16º 0.47% 0.41% -
HSV(B) 148.16º 0.64% 0.6% -
XYZ 15.32 24.53 16.24 -
YUV 117.77 118.53 83.23 -
System Red Green Blue C M Y K H S L
Decimal 55 153 101 0.64 0 0.34 0.4 148.16 0.47 0.41
Hex 37 99 65 40 0 22 28 94 2F 29
Octal 67 231 145 100 0 42 50 224 57 51
Binary 110111 10011001 1100101 1000000 0 100010 101000 10010100 101111 101001

Color Harmonies of #379965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379965

Black with #379965

Text Example


Text Example

White with #379965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379965; }

 p { color: rgb(55,153,101); }

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

background-color css

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

 a { background-color: rgb(55,153,101); }

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

border-color css

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

 span { border-color: rgb(55,153,101); }

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