Html Css Color HEX #4BB374 Ocean Green

📋 copy color: '#4BB374'

red 75 ◦ green 179 ◦ blue 116

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

Shades of Ocean Green #4BB374

Tints of Ocean Green #4BB374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.35%

R = 20.27%
G = 48.38%
B = 31.35%

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

#4BB374 (or 0x4BB374) is known color: Ocean Green. HEX triplet: 4B, B3 and 74. RGB value is (75,179,116). Sum of RGB (Red+Green+Blue) = 75+179+116=370 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.27% from 370); Green value is 179 (70.31% from 255 or 48.38% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 179 - color contains mainly: green. Hex color #4BB374 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB374 is #B44C8B. Grayscale: #8C8C8C. Windows color (decimal): -11816076 or 7648075. OLE color: 7648075.

HSL color Cylindrical-coordinate representation of color #4BB374: hue angle of 143.65º 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 #4BB374 is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB 75 179 116 -
CMYK 0.58 0 0.35 0.30
HSL 143.65º 0.41% 0.5% -
HSV(B) 143.65º 0.58% 0.7% -
XYZ 22.17 35 22.11 -
YUV 140.72 114.04 81.12 -
System Red Green Blue C M Y K H S L
Decimal 75 179 116 0.58 0 0.35 0.30 143.65 0.41 0.5
Hex 4B B3 74 3A 0 23 1E 90 29 32
Octal 113 263 164 72 0 43 36 220 51 62
Binary 1001011 10110011 1110100 111010 0 100011 11110 10010000 101001 110010

Color Harmonies of #4BB374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BB374

Black with #4BB374

Text Example


Text Example

White with #4BB374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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