Html Css Color HEX #4F946F Ocean Green

📋 copy color: '#4F946F'

red 79 ◦ green 148 ◦ blue 111

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

Shades of Ocean Green #4F946F

Tints of Ocean Green #4F946F

RGB

 RED value IS 79 (31.25% from 255) = 23.37%

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

 BLUE value IS 111 (43.75% from 255) = 32.84%

R = 23.37%
G = 43.79%
B = 32.84%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#4F946F (or 0x4F946F) is known color: Ocean Green. HEX triplet: 4F, 94 and 6F. RGB value is (79,148,111). Sum of RGB (Red+Green+Blue) = 79+148+111=338 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.37% from 338); Green value is 148 (58.20% from 255 or 43.79% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 148 - color contains mainly: green. Hex color #4F946F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F946F is #B06B90. Grayscale: #7B7B7B. Windows color (decimal): -11561873 or 7312463. OLE color: 7312463.

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

Color convert

RGB 79 148 111 -
CMYK 0.47 0 0.25 0.42
HSL 147.83º 0.3% 0.45% -
HSV(B) 147.83º 0.47% 0.58% -
XYZ 16.68 23.99 18.79 -
YUV 123.15 121.14 96.51 -
System Red Green Blue C M Y K H S L
Decimal 79 148 111 0.47 0 0.25 0.42 147.83 0.3 0.45
Hex 4F 94 6F 2F 0 19 2A 94 1E 2D
Octal 117 224 157 57 0 31 52 224 36 55
Binary 1001111 10010100 1101111 101111 0 11001 101010 10010100 11110 101101

Color Harmonies of #4F946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F946F

Black with #4F946F

Text Example


Text Example

White with #4F946F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F946F; }

 p { color: rgb(79,148,111); }

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

background-color css

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

 a { background-color: rgb(79,148,111); }

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

border-color css

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

 span { border-color: rgb(79,148,111); }

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