Html Css Color HEX #4B966D Ocean Green

📋 copy color: '#4B966D'

red 75 ◦ green 150 ◦ blue 109

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

Shades of Ocean Green #4B966D

Tints of Ocean Green #4B966D

RGB

 RED value IS 75 (29.69% from 255) = 22.46%

 GREEN value IS 150 (58.98% from 255) = 44.91%

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

R = 22.46%
G = 44.91%
B = 32.63%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#4B966D (or 0x4B966D) is known color: Ocean Green. HEX triplet: 4B, 96 and 6D. RGB value is (75,150,109). Sum of RGB (Red+Green+Blue) = 75+150+109=334 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.46% from 334); Green value is 150 (58.98% from 255 or 44.91% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 150 - color contains mainly: green. Hex color #4B966D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B966D is #B46992. Grayscale: #7A7A7A. Windows color (decimal): -11823507 or 7181899. OLE color: 7181899.

HSL color Cylindrical-coordinate representation of color #4B966D: hue angle of 147.2º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B966D is Cyan = 0.5, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 75 150 109 -
CMYK 0.5 0 0.27 0.41
HSL 147.2º 0.33% 0.44% -
HSV(B) 147.2º 0.5% 0.59% -
XYZ 16.57 24.41 18.31 -
YUV 122.9 120.15 93.83 -
System Red Green Blue C M Y K H S L
Decimal 75 150 109 0.5 0 0.27 0.41 147.2 0.33 0.44
Hex 4B 96 6D 32 0 1B 29 93 21 2C
Octal 113 226 155 62 0 33 51 223 41 54
Binary 1001011 10010110 1101101 110010 0 11011 101001 10010011 100001 101100

Color Harmonies of #4B966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B966D

Black with #4B966D

Text Example


Text Example

White with #4B966D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,150,109); }

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

background-color css

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

 a { background-color: rgb(75,150,109); }

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

border-color css

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

 span { border-color: rgb(75,150,109); }

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