Html Css Color HEX #51956E Ocean Green

📋 copy color: '#51956E'

red 81 ◦ green 149 ◦ blue 110

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

Shades of Ocean Green #51956E

Tints of Ocean Green #51956E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.82%

 BLUE value IS 110 (43.36% from 255) = 32.35%

R = 23.82%
G = 43.82%
B = 32.35%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#51956E (or 0x51956E) is known color: Ocean Green. HEX triplet: 51, 95 and 6E. RGB value is (81,149,110). Sum of RGB (Red+Green+Blue) = 81+149+110=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 149 (58.59% from 255 or 43.82% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 149 - color contains mainly: green. Hex color #51956E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51956E is #AE6A91. Grayscale: #7C7C7C. Windows color (decimal): -11430546 or 7247185. OLE color: 7247185.

HSL color Cylindrical-coordinate representation of color #51956E: hue angle of 145.59º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #51956E is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 149 110 -
CMYK 0.46 0 0.26 0.42
HSL 145.59º 0.3% 0.45% -
HSV(B) 145.59º 0.46% 0.58% -
XYZ 16.96 24.37 18.56 -
YUV 124.22 119.97 97.17 -
System Red Green Blue C M Y K H S L
Decimal 81 149 110 0.46 0 0.26 0.42 145.59 0.3 0.45
Hex 51 95 6E 2E 0 1A 2A 92 1E 2D
Octal 121 225 156 56 0 32 52 222 36 55
Binary 1010001 10010101 1101110 101110 0 11010 101010 10010010 11110 101101

Color Harmonies of #51956E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51956E

Black with #51956E

Text Example


Text Example

White with #51956E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51956E; }

 p { color: rgb(81,149,110); }

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

background-color css

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

 a { background-color: rgb(81,149,110); }

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

border-color css

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

 span { border-color: rgb(81,149,110); }

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