Html Css Color HEX #4FA37A Ocean Green

📋 copy color: '#4FA37A'

red 79 ◦ green 163 ◦ blue 122

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

Shades of Ocean Green #4FA37A

Tints of Ocean Green #4FA37A

RGB

 RED value IS 79 (31.25% from 255) = 21.7%

 GREEN value IS 163 (64.06% from 255) = 44.78%

 BLUE value IS 122 (48.05% from 255) = 33.52%

R = 21.7%
G = 44.78%
B = 33.52%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#4FA37A (or 0x4FA37A) is known color: Ocean Green. HEX triplet: 4F, A3 and 7A. RGB value is (79,163,122). Sum of RGB (Red+Green+Blue) = 79+163+122=364 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.70% from 364); Green value is 163 (64.06% from 255 or 44.78% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 163 - color contains mainly: green. Hex color #4FA37A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA37A is #B05C85. Grayscale: #858585. Windows color (decimal): -11558022 or 8037199. OLE color: 8037199.

HSL color Cylindrical-coordinate representation of color #4FA37A: hue angle of 150.71º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4FA37A is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 79 163 122 -
CMYK 0.52 0 0.25 0.36
HSL 150.71º 0.35% 0.47% -
HSV(B) 150.71º 0.52% 0.64% -
XYZ 19.83 29.26 23.02 -
YUV 133.21 121.67 89.33 -
System Red Green Blue C M Y K H S L
Decimal 79 163 122 0.52 0 0.25 0.36 150.71 0.35 0.47
Hex 4F A3 7A 34 0 19 24 97 23 2F
Octal 117 243 172 64 0 31 44 227 43 57
Binary 1001111 10100011 1111010 110100 0 11001 100100 10010111 100011 101111

Color Harmonies of #4FA37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA37A

Black with #4FA37A

Text Example


Text Example

White with #4FA37A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,163,122); }

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

background-color css

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

 a { background-color: rgb(79,163,122); }

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

border-color css

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

 span { border-color: rgb(79,163,122); }

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