Html Css Color HEX #4BA671 Ocean Green

📋 copy color: '#4BA671'

red 75 ◦ green 166 ◦ blue 113

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

Shades of Ocean Green #4BA671

Tints of Ocean Green #4BA671

RGB

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

 GREEN value IS 166 (65.23% from 255) = 46.89%

 BLUE value IS 113 (44.53% from 255) = 31.92%

R = 21.19%
G = 46.89%
B = 31.92%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#4BA671 (or 0x4BA671) is known color: Ocean Green. HEX triplet: 4B, A6 and 71. RGB value is (75,166,113). Sum of RGB (Red+Green+Blue) = 75+166+113=354 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.19% from 354); Green value is 166 (65.23% from 255 or 46.89% from 354); Blue value is 113 (44.53% from 255 or 31.92% from 354); Max value from RGB is 166 - color contains mainly: green. Hex color #4BA671 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA671 is #B4598E. Grayscale: #848484. Windows color (decimal): -11819407 or 7448139. OLE color: 7448139.

HSL color Cylindrical-coordinate representation of color #4BA671: hue angle of 145.05º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4BA671 is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 75 166 113 -
CMYK 0.55 0 0.32 0.35
HSL 145.05º 0.38% 0.47% -
HSV(B) 145.05º 0.55% 0.65% -
XYZ 19.52 29.96 20.38 -
YUV 132.75 116.85 86.81 -
System Red Green Blue C M Y K H S L
Decimal 75 166 113 0.55 0 0.32 0.35 145.05 0.38 0.47
Hex 4B A6 71 37 0 20 23 91 26 2F
Octal 113 246 161 67 0 40 43 221 46 57
Binary 1001011 10100110 1110001 110111 0 100000 100011 10010001 100110 101111

Color Harmonies of #4BA671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA671

Black with #4BA671

Text Example


Text Example

White with #4BA671

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,166,113); }

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

background-color css

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

 a { background-color: rgb(75,166,113); }

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

border-color css

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

 span { border-color: rgb(75,166,113); }

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