Html Css Color HEX #4F9369 Ocean Green

📋 copy color: '#4F9369'

red 79 ◦ green 147 ◦ blue 105

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

Shades of Ocean Green #4F9369

Tints of Ocean Green #4F9369

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.41%

 BLUE value IS 105 (41.41% from 255) = 31.72%

R = 23.87%
G = 44.41%
B = 31.72%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#4F9369 (or 0x4F9369) is known color: Ocean Green. HEX triplet: 4F, 93 and 69. RGB value is (79,147,105). Sum of RGB (Red+Green+Blue) = 79+147+105=331 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.87% from 331); Green value is 147 (57.81% from 255 or 44.41% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 147 - color contains mainly: green. Hex color #4F9369 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9369 is #B06C96. Grayscale: #797979. Windows color (decimal): -11562135 or 6918991. OLE color: 6918991.

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

Color convert

RGB 79 147 105 -
CMYK 0.46 0 0.29 0.42
HSL 142.94º 0.3% 0.44% -
HSV(B) 142.94º 0.46% 0.58% -
XYZ 16.21 23.55 17.06 -
YUV 121.88 118.47 97.42 -
System Red Green Blue C M Y K H S L
Decimal 79 147 105 0.46 0 0.29 0.42 142.94 0.3 0.44
Hex 4F 93 69 2E 0 1D 2A 8F 1E 2C
Octal 117 223 151 56 0 35 52 217 36 54
Binary 1001111 10010011 1101001 101110 0 11101 101010 10001111 11110 101100

Color Harmonies of #4F9369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F9369

Black with #4F9369

Text Example


Text Example

White with #4F9369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,147,105); }

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

background-color css

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

 a { background-color: rgb(79,147,105); }

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

border-color css

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

 span { border-color: rgb(79,147,105); }

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