Html Css Color HEX #4B916B Ocean Green

📋 copy color: '#4B916B'

red 75 ◦ green 145 ◦ blue 107

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

Shades of Ocean Green #4B916B

Tints of Ocean Green #4B916B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.34%

 BLUE value IS 107 (42.19% from 255) = 32.72%

R = 22.94%
G = 44.34%
B = 32.72%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.26

 K value IS 0.43

RGB Variations

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

Color information

#4B916B (or 0x4B916B) is known color: Ocean Green. HEX triplet: 4B, 91 and 6B. RGB value is (75,145,107). Sum of RGB (Red+Green+Blue) = 75+145+107=327 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.94% from 327); Green value is 145 (57.03% from 255 or 44.34% from 327); Blue value is 107 (42.19% from 255 or 32.72% from 327); Max value from RGB is 145 - color contains mainly: green. Hex color #4B916B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B916B is #B46E94. Grayscale: #777777. Windows color (decimal): -11824789 or 7049547. OLE color: 7049547.

HSL color Cylindrical-coordinate representation of color #4B916B: hue angle of 147.43º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B916B is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB 75 145 107 -
CMYK 0.48 0 0.26 0.43
HSL 147.43º 0.32% 0.43% -
HSV(B) 147.43º 0.48% 0.57% -
XYZ 15.68 22.81 17.49 -
YUV 119.74 120.81 96.09 -
System Red Green Blue C M Y K H S L
Decimal 75 145 107 0.48 0 0.26 0.43 147.43 0.32 0.43
Hex 4B 91 6B 30 0 1A 2B 93 20 2B
Octal 113 221 153 60 0 32 53 223 40 53
Binary 1001011 10010001 1101011 110000 0 11010 101011 10010011 100000 101011

Color Harmonies of #4B916B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B916B

Black with #4B916B

Text Example


Text Example

White with #4B916B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,145,107); }

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

background-color css

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

 a { background-color: rgb(75,145,107); }

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

border-color css

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

 span { border-color: rgb(75,145,107); }

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