Html Css Color HEX #4B966A Ocean Green

📋 copy color: '#4B966A'

red 75 ◦ green 150 ◦ blue 106

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

Shades of Ocean Green #4B966A

Tints of Ocean Green #4B966A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.02%

R = 22.66%
G = 45.32%
B = 32.02%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#4B966A (or 0x4B966A) is known color: Ocean Green. HEX triplet: 4B, 96 and 6A. RGB value is (75,150,106). Sum of RGB (Red+Green+Blue) = 75+150+106=331 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.66% from 331); Green value is 150 (58.98% from 255 or 45.32% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 150 - color contains mainly: green. Hex color #4B966A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B966A is #B46995. Grayscale: #7A7A7A. Windows color (decimal): -11823510 or 6985291. OLE color: 6985291.

HSL color Cylindrical-coordinate representation of color #4B966A: hue angle of 144.8º 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 #4B966A is Cyan = 0.5, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 75 150 106 -
CMYK 0.5 0 0.29 0.41
HSL 144.8º 0.33% 0.44% -
HSV(B) 144.8º 0.5% 0.59% -
XYZ 16.41 24.35 17.47 -
YUV 122.56 118.65 94.08 -
System Red Green Blue C M Y K H S L
Decimal 75 150 106 0.5 0 0.29 0.41 144.8 0.33 0.44
Hex 4B 96 6A 32 0 1D 29 91 21 2C
Octal 113 226 152 62 0 35 51 221 41 54
Binary 1001011 10010110 1101010 110010 0 11101 101001 10010001 100001 101100

Color Harmonies of #4B966A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B966A

Black with #4B966A

Text Example


Text Example

White with #4B966A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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