Html Css Color HEX #4BAF67 Ocean Green

📋 copy color: '#4BAF67'

red 75 ◦ green 175 ◦ blue 103

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

Shades of Ocean Green #4BAF67

Tints of Ocean Green #4BAF67

RGB

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

 GREEN value IS 175 (68.75% from 255) = 49.58%

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

R = 21.25%
G = 49.58%
B = 29.18%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#4BAF67 (or 0x4BAF67) is known color: Ocean Green. HEX triplet: 4B, AF and 67. RGB value is (75,175,103). Sum of RGB (Red+Green+Blue) = 75+175+103=353 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.25% from 353); Green value is 175 (68.75% from 255 or 49.58% from 353); Blue value is 103 (40.62% from 255 or 29.18% from 353); Max value from RGB is 175 - color contains mainly: green. Hex color #4BAF67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAF67 is #B45098. Grayscale: #898989. Windows color (decimal): -11817113 or 6795083. OLE color: 6795083.

HSL color Cylindrical-coordinate representation of color #4BAF67: hue angle of 136.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4BAF67 is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 75 175 103 -
CMYK 0.57 0 0.41 0.31
HSL 136.8º 0.4% 0.49% -
HSV(B) 136.8º 0.57% 0.69% -
XYZ 20.68 33.14 18.14 -
YUV 136.89 108.87 83.85 -
System Red Green Blue C M Y K H S L
Decimal 75 175 103 0.57 0 0.41 0.31 136.8 0.4 0.49
Hex 4B AF 67 39 0 29 1F 89 28 31
Octal 113 257 147 71 0 51 37 211 50 61
Binary 1001011 10101111 1100111 111001 0 101001 11111 10001001 101000 110001

Color Harmonies of #4BAF67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BAF67

Black with #4BAF67

Text Example


Text Example

White with #4BAF67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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