Html Css Color HEX #51946D Ocean Green

📋 copy color: '#51946D'

red 81 ◦ green 148 ◦ blue 109

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

Shades of Ocean Green #51946D

Tints of Ocean Green #51946D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.25%

R = 23.96%
G = 43.79%
B = 32.25%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#51946D (or 0x51946D) is known color: Ocean Green. HEX triplet: 51, 94 and 6D. RGB value is (81,148,109). Sum of RGB (Red+Green+Blue) = 81+148+109=338 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.96% from 338); Green value is 148 (58.20% from 255 or 43.79% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 148 - color contains mainly: green. Hex color #51946D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51946D is #AE6B92. Grayscale: #7B7B7B. Windows color (decimal): -11430803 or 7181393. OLE color: 7181393.

HSL color Cylindrical-coordinate representation of color #51946D: hue angle of 145.07º 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 #51946D is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 148 109 -
CMYK 0.45 0 0.26 0.42
HSL 145.07º 0.29% 0.45% -
HSV(B) 145.07º 0.45% 0.58% -
XYZ 16.74 24.03 18.22 -
YUV 123.52 119.8 97.67 -
System Red Green Blue C M Y K H S L
Decimal 81 148 109 0.45 0 0.26 0.42 145.07 0.29 0.45
Hex 51 94 6D 2D 0 1A 2A 91 1D 2D
Octal 121 224 155 55 0 32 52 221 35 55
Binary 1010001 10010100 1101101 101101 0 11010 101010 10010001 11101 101101

Color Harmonies of #51946D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51946D

Black with #51946D

Text Example


Text Example

White with #51946D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51946D; }

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

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

background-color css

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

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

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

border-color css

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

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

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