Html Css Color HEX #4B9A75 Ocean Green

📋 copy color: '#4B9A75'

red 75 ◦ green 154 ◦ blue 117

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

Shades of Ocean Green #4B9A75

Tints of Ocean Green #4B9A75

RGB

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

 GREEN value IS 154 (60.55% from 255) = 44.51%

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

R = 21.68%
G = 44.51%
B = 33.82%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#4B9A75 (or 0x4B9A75) is known color: Ocean Green. HEX triplet: 4B, 9A and 75. RGB value is (75,154,117). Sum of RGB (Red+Green+Blue) = 75+154+117=346 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.68% from 346); Green value is 154 (60.55% from 255 or 44.51% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 154 - color contains mainly: green. Hex color #4B9A75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9A75 is #B4658A. Grayscale: #7E7E7E. Windows color (decimal): -11822475 or 7707211. OLE color: 7707211.

HSL color Cylindrical-coordinate representation of color #4B9A75: hue angle of 151.9º 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 #4B9A75 is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB 75 154 117 -
CMYK 0.51 0 0.24 0.40
HSL 151.9º 0.34% 0.45% -
HSV(B) 151.9º 0.51% 0.6% -
XYZ 17.67 25.89 20.9 -
YUV 126.16 122.83 91.51 -
System Red Green Blue C M Y K H S L
Decimal 75 154 117 0.51 0 0.24 0.40 151.9 0.34 0.45
Hex 4B 9A 75 33 0 18 28 98 22 2D
Octal 113 232 165 63 0 30 50 230 42 55
Binary 1001011 10011010 1110101 110011 0 11000 101000 10011000 100010 101101

Color Harmonies of #4B9A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B9A75

Black with #4B9A75

Text Example


Text Example

White with #4B9A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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