Html Css Color HEX #4BB679 Ocean Green

📋 copy color: '#4BB679'

red 75 ◦ green 182 ◦ blue 121

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

Shades of Ocean Green #4BB679

Tints of Ocean Green #4BB679

RGB

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

 GREEN value IS 182 (71.48% from 255) = 48.15%

 BLUE value IS 121 (47.66% from 255) = 32.01%

R = 19.84%
G = 48.15%
B = 32.01%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#4BB679 (or 0x4BB679) is known color: Ocean Green. HEX triplet: 4B, B6 and 79. RGB value is (75,182,121). Sum of RGB (Red+Green+Blue) = 75+182+121=378 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.84% from 378); Green value is 182 (71.48% from 255 or 48.15% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 182 - color contains mainly: green. Hex color #4BB679 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB679 is #B44986. Grayscale: #8F8F8F. Windows color (decimal): -11815303 or 7976523. OLE color: 7976523.

HSL color Cylindrical-coordinate representation of color #4BB679: hue angle of 145.79º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4BB679 is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 75 182 121 -
CMYK 0.59 0 0.34 0.29
HSL 145.79º 0.42% 0.5% -
HSV(B) 145.79º 0.59% 0.71% -
XYZ 23.08 36.33 23.89 -
YUV 143.05 115.55 79.46 -
System Red Green Blue C M Y K H S L
Decimal 75 182 121 0.59 0 0.34 0.29 145.79 0.42 0.5
Hex 4B B6 79 3B 0 22 1D 92 2A 32
Octal 113 266 171 73 0 42 35 222 52 62
Binary 1001011 10110110 1111001 111011 0 100010 11101 10010010 101010 110010

Color Harmonies of #4BB679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BB679

Black with #4BB679

Text Example


Text Example

White with #4BB679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,182,121); }

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

background-color css

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

 a { background-color: rgb(75,182,121); }

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

border-color css

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

 span { border-color: rgb(75,182,121); }

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