Html Css Color HEX #51945A Fruit Salad

📋 copy color: '#51945A'

red 81 ◦ green 148 ◦ blue 90

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

Shades of Fruit Salad #51945A

Tints of Fruit Salad #51945A

RGB

 RED value IS 81 (32.03% from 255) = 25.39%

 GREEN value IS 148 (58.2% from 255) = 46.39%

 BLUE value IS 90 (35.55% from 255) = 28.21%

R = 25.39%
G = 46.39%
B = 28.21%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#51945A (or 0x51945A) is known color: Fruit Salad. HEX triplet: 51, 94 and 5A. RGB value is (81,148,90). Sum of RGB (Red+Green+Blue) = 81+148+90=319 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.39% from 319); Green value is 148 (58.20% from 255 or 46.39% from 319); Blue value is 90 (35.55% from 255 or 28.21% from 319); Max value from RGB is 148 - color contains mainly: green. Hex color #51945A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51945A is #AE6BA5. Grayscale: #797979. Windows color (decimal): -11430822 or 5936209. OLE color: 5936209.

HSL color Cylindrical-coordinate representation of color #51945A: hue angle of 128.06º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #51945A is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 148 90 -
CMYK 0.45 0 0.39 0.42
HSL 128.06º 0.29% 0.45% -
HSV(B) 128.06º 0.45% 0.58% -
XYZ 15.83 23.67 13.41 -
YUV 121.36 110.3 99.22 -
System Red Green Blue C M Y K H S L
Decimal 81 148 90 0.45 0 0.39 0.42 128.06 0.29 0.45
Hex 51 94 5A 2D 0 27 2A 80 1D 2D
Octal 121 224 132 55 0 47 52 200 35 55
Binary 1010001 10010100 1011010 101101 0 100111 101010 10000000 11101 101101

Color Harmonies of #51945A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51945A

Black with #51945A

Text Example


Text Example

White with #51945A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51945A; }

 p { color: rgb(81,148,90); }

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

background-color css

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

 a { background-color: rgb(81,148,90); }

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

border-color css

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

 span { border-color: rgb(81,148,90); }

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