Html Css Color HEX #51825F Como

📋 copy color: '#51825F'

red 81 ◦ green 130 ◦ blue 95

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

Shades of Como #51825F

Tints of Como #51825F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.48%

 BLUE value IS 95 (37.5% from 255) = 31.05%

R = 26.47%
G = 42.48%
B = 31.05%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#51825F (or 0x51825F) is known color: Como. HEX triplet: 51, 82 and 5F. RGB value is (81,130,95). Sum of RGB (Red+Green+Blue) = 81+130+95=306 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.47% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 95 (37.5% from 255 or 31.05% from 306); Max value from RGB is 130 - color contains mainly: green. Hex color #51825F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51825F is #AE7DA0. Grayscale: #6F6F6F. Windows color (decimal): -11435425 or 6259281. OLE color: 6259281.

HSL color Cylindrical-coordinate representation of color #51825F: hue angle of 137.14º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #51825F is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 81 130 95 -
CMYK 0.38 0 0.27 0.49
HSL 137.14º 0.23% 0.41% -
HSV(B) 137.14º 0.38% 0.51% -
XYZ 13.44 18.54 13.7 -
YUV 111.36 118.77 106.35 -
System Red Green Blue C M Y K H S L
Decimal 81 130 95 0.38 0 0.27 0.49 137.14 0.23 0.41
Hex 51 82 5F 26 0 1B 31 89 17 29
Octal 121 202 137 46 0 33 61 211 27 51
Binary 1010001 10000010 1011111 100110 0 11011 110001 10001001 10111 101001

Color Harmonies of #51825F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51825F

Black with #51825F

Text Example


Text Example

White with #51825F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51825F; }

 p { color: rgb(81,130,95); }

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

background-color css

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

 a { background-color: rgb(81,130,95); }

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

border-color css

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

 span { border-color: rgb(81,130,95); }

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