Html Css Color HEX #4B9B67 Ocean Green

📋 copy color: '#4B9B67'

red 75 ◦ green 155 ◦ blue 103

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

Shades of Ocean Green #4B9B67

Tints of Ocean Green #4B9B67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 30.93%

R = 22.52%
G = 46.55%
B = 30.93%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.34

 K value IS 0.39

RGB Variations

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

Color information

#4B9B67 (or 0x4B9B67) is known color: Ocean Green. HEX triplet: 4B, 9B and 67. RGB value is (75,155,103). Sum of RGB (Red+Green+Blue) = 75+155+103=333 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.52% from 333); Green value is 155 (60.94% from 255 or 46.55% from 333); Blue value is 103 (40.62% from 255 or 30.93% from 333); Max value from RGB is 155 - color contains mainly: green. Hex color #4B9B67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9B67 is #B46498. Grayscale: #7D7D7D. Windows color (decimal): -11822233 or 6789963. OLE color: 6789963.

HSL color Cylindrical-coordinate representation of color #4B9B67: hue angle of 141º 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 #4B9B67 is Cyan = 0.52, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.39.

Color convert

RGB 75 155 103 -
CMYK 0.52 0 0.34 0.39
HSL 141º 0.35% 0.45% -
HSV(B) 141º 0.52% 0.61% -
XYZ 17.07 25.92 16.93 -
YUV 125.15 115.5 92.23 -
System Red Green Blue C M Y K H S L
Decimal 75 155 103 0.52 0 0.34 0.39 141 0.35 0.45
Hex 4B 9B 67 34 0 22 27 8D 23 2D
Octal 113 233 147 64 0 42 47 215 43 55
Binary 1001011 10011011 1100111 110100 0 100010 100111 10001101 100011 101101

Color Harmonies of #4B9B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B9B67

Black with #4B9B67

Text Example


Text Example

White with #4B9B67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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