Html Css Color HEX #4B9B6E Ocean Green

📋 copy color: '#4B9B6E'

red 75 ◦ green 155 ◦ blue 110

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

Shades of Ocean Green #4B9B6E

Tints of Ocean Green #4B9B6E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 45.59%

 BLUE value IS 110 (43.36% from 255) = 32.35%

R = 22.06%
G = 45.59%
B = 32.35%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#4B9B6E (or 0x4B9B6E) is known color: Ocean Green. HEX triplet: 4B, 9B and 6E. RGB value is (75,155,110). Sum of RGB (Red+Green+Blue) = 75+155+110=340 (45% of max value = 765). Red value is 75 (29.69% from 255 or 22.06% from 340); Green value is 155 (60.94% from 255 or 45.59% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 155 - color contains mainly: green. Hex color #4B9B6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9B6E is #B46491. Grayscale: #7E7E7E. Windows color (decimal): -11822226 or 7248715. OLE color: 7248715.

HSL color Cylindrical-coordinate representation of color #4B9B6E: hue angle of 146.25º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B9B6E is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB 75 155 110 -
CMYK 0.52 0 0.29 0.39
HSL 146.25º 0.35% 0.45% -
HSV(B) 146.25º 0.52% 0.61% -
XYZ 17.44 26.06 18.86 -
YUV 125.95 119 91.66 -
System Red Green Blue C M Y K H S L
Decimal 75 155 110 0.52 0 0.29 0.39 146.25 0.35 0.45
Hex 4B 9B 6E 34 0 1D 27 92 23 2D
Octal 113 233 156 64 0 35 47 222 43 55
Binary 1001011 10011011 1101110 110100 0 11101 100111 10010010 100011 101101

Color Harmonies of #4B9B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B9B6E

Black with #4B9B6E

Text Example


Text Example

White with #4B9B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,155,110); }

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

background-color css

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

 a { background-color: rgb(75,155,110); }

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

border-color css

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

 span { border-color: rgb(75,155,110); }

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