Html Css Color HEX #4BB375 Ocean Green

📋 copy color: '#4BB375'

red 75 ◦ green 179 ◦ blue 117

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

Shades of Ocean Green #4BB375

Tints of Ocean Green #4BB375

RGB

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

 GREEN value IS 179 (70.31% from 255) = 48.25%

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

R = 20.22%
G = 48.25%
B = 31.54%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#4BB375 (or 0x4BB375) is known color: Ocean Green. HEX triplet: 4B, B3 and 75. RGB value is (75,179,117). Sum of RGB (Red+Green+Blue) = 75+179+117=371 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.22% from 371); Green value is 179 (70.31% from 255 or 48.25% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 179 - color contains mainly: green. Hex color #4BB375 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB375 is #B44C8A. Grayscale: #8C8C8C. Windows color (decimal): -11816075 or 7713611. OLE color: 7713611.

HSL color Cylindrical-coordinate representation of color #4BB375: hue angle of 144.23º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4BB375 is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB 75 179 117 -
CMYK 0.58 0 0.35 0.30
HSL 144.23º 0.41% 0.5% -
HSV(B) 144.23º 0.58% 0.7% -
XYZ 22.23 35.02 22.42 -
YUV 140.84 114.54 81.04 -
System Red Green Blue C M Y K H S L
Decimal 75 179 117 0.58 0 0.35 0.30 144.23 0.41 0.5
Hex 4B B3 75 3A 0 23 1E 90 29 32
Octal 113 263 165 72 0 43 36 220 51 62
Binary 1001011 10110011 1110101 111010 0 100011 11110 10010000 101001 110010

Color Harmonies of #4BB375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BB375

Black with #4BB375

Text Example


Text Example

White with #4BB375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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