Html Css Color HEX #4B9B73 Ocean Green

📋 copy color: '#4B9B73'

red 75 ◦ green 155 ◦ blue 115

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

Shades of Ocean Green #4B9B73

Tints of Ocean Green #4B9B73

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.93%

 BLUE value IS 115 (45.31% from 255) = 33.33%

R = 21.74%
G = 44.93%
B = 33.33%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#4B9B73 (or 0x4B9B73) is known color: Ocean Green. HEX triplet: 4B, 9B and 73. RGB value is (75,155,115). Sum of RGB (Red+Green+Blue) = 75+155+115=345 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.74% from 345); Green value is 155 (60.94% from 255 or 44.93% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 155 - color contains mainly: green. Hex color #4B9B73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9B73 is #B4648C. Grayscale: #7E7E7E. Windows color (decimal): -11822221 or 7576395. OLE color: 7576395.

HSL color Cylindrical-coordinate representation of color #4B9B73: hue angle of 150º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B9B73 is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB 75 155 115 -
CMYK 0.52 0 0.26 0.39
HSL 150º 0.35% 0.45% -
HSV(B) 150º 0.52% 0.61% -
XYZ 17.72 26.18 20.34 -
YUV 126.52 121.5 91.25 -
System Red Green Blue C M Y K H S L
Decimal 75 155 115 0.52 0 0.26 0.39 150 0.35 0.45
Hex 4B 9B 73 34 0 1A 27 96 23 2D
Octal 113 233 163 64 0 32 47 226 43 55
Binary 1001011 10011011 1110011 110100 0 11010 100111 10010110 100011 101101

Color Harmonies of #4B9B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B9B73

Black with #4B9B73

Text Example


Text Example

White with #4B9B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,155,115); }

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

background-color css

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

 a { background-color: rgb(75,155,115); }

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

border-color css

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

 span { border-color: rgb(75,155,115); }

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