Html Css Color HEX #4B9875 Ocean Green

📋 copy color: '#4B9875'

red 75 ◦ green 152 ◦ blue 117

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

Shades of Ocean Green #4B9875

Tints of Ocean Green #4B9875

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.19%

 BLUE value IS 117 (46.09% from 255) = 34.01%

R = 21.8%
G = 44.19%
B = 34.01%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#4B9875 (or 0x4B9875) is known color: Ocean Green. HEX triplet: 4B, 98 and 75. RGB value is (75,152,117). Sum of RGB (Red+Green+Blue) = 75+152+117=344 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.80% from 344); Green value is 152 (59.77% from 255 or 44.19% from 344); Blue value is 117 (46.09% from 255 or 34.01% from 344); Max value from RGB is 152 - color contains mainly: green. Hex color #4B9875 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9875 is #B4678A. Grayscale: #7D7D7D. Windows color (decimal): -11822987 or 7706699. OLE color: 7706699.

HSL color Cylindrical-coordinate representation of color #4B9875: hue angle of 152.73º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B9875 is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB 75 152 117 -
CMYK 0.51 0 0.23 0.40
HSL 152.73º 0.34% 0.45% -
HSV(B) 152.73º 0.51% 0.6% -
XYZ 17.34 25.24 20.79 -
YUV 124.99 123.49 92.35 -
System Red Green Blue C M Y K H S L
Decimal 75 152 117 0.51 0 0.23 0.40 152.73 0.34 0.45
Hex 4B 98 75 33 0 17 28 99 22 2D
Octal 113 230 165 63 0 27 50 231 42 55
Binary 1001011 10011000 1110101 110011 0 10111 101000 10011001 100010 101101

Color Harmonies of #4B9875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B9875

Black with #4B9875

Text Example


Text Example

White with #4B9875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,152,117); }

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

background-color css

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

 a { background-color: rgb(75,152,117); }

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

border-color css

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

 span { border-color: rgb(75,152,117); }

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