Html Css Color HEX #4B9E74 Ocean Green

📋 copy color: '#4B9E74'

red 75 ◦ green 158 ◦ blue 116

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

Shades of Ocean Green #4B9E74

Tints of Ocean Green #4B9E74

RGB

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

 GREEN value IS 158 (62.11% from 255) = 45.27%

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

R = 21.49%
G = 45.27%
B = 33.24%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#4B9E74 (or 0x4B9E74) is known color: Ocean Green. HEX triplet: 4B, 9E and 74. RGB value is (75,158,116). Sum of RGB (Red+Green+Blue) = 75+158+116=349 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.49% from 349); Green value is 158 (62.11% from 255 or 45.27% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 158 - color contains mainly: green. Hex color #4B9E74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9E74 is #B4618B. Grayscale: #808080. Windows color (decimal): -11821452 or 7642699. OLE color: 7642699.

HSL color Cylindrical-coordinate representation of color #4B9E74: hue angle of 149.64º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4B9E74 is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB 75 158 116 -
CMYK 0.53 0 0.27 0.38
HSL 149.64º 0.36% 0.46% -
HSV(B) 149.64º 0.53% 0.62% -
XYZ 18.28 27.21 20.81 -
YUV 128.4 121 89.92 -
System Red Green Blue C M Y K H S L
Decimal 75 158 116 0.53 0 0.27 0.38 149.64 0.36 0.46
Hex 4B 9E 74 35 0 1B 26 96 24 2E
Octal 113 236 164 65 0 33 46 226 44 56
Binary 1001011 10011110 1110100 110101 0 11011 100110 10010110 100100 101110

Color Harmonies of #4B9E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B9E74

Black with #4B9E74

Text Example


Text Example

White with #4B9E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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