Html Css Color HEX #4FA26B Ocean Green

📋 copy color: '#4FA26B'

red 79 ◦ green 162 ◦ blue 107

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

Shades of Ocean Green #4FA26B

Tints of Ocean Green #4FA26B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 46.55%

 BLUE value IS 107 (42.19% from 255) = 30.75%

R = 22.7%
G = 46.55%
B = 30.75%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#4FA26B (or 0x4FA26B) is known color: Ocean Green. HEX triplet: 4F, A2 and 6B. RGB value is (79,162,107). Sum of RGB (Red+Green+Blue) = 79+162+107=348 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.70% from 348); Green value is 162 (63.67% from 255 or 46.55% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 162 - color contains mainly: green. Hex color #4FA26B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA26B is #B05D94. Grayscale: #838383. Windows color (decimal): -11558293 or 7053903. OLE color: 7053903.

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

Color convert

RGB 79 162 107 -
CMYK 0.51 0 0.34 0.36
HSL 140.24º 0.34% 0.47% -
HSV(B) 140.24º 0.51% 0.64% -
XYZ 18.8 28.56 18.43 -
YUV 130.91 114.5 90.97 -
System Red Green Blue C M Y K H S L
Decimal 79 162 107 0.51 0 0.34 0.36 140.24 0.34 0.47
Hex 4F A2 6B 33 0 22 24 8C 22 2F
Octal 117 242 153 63 0 42 44 214 42 57
Binary 1001111 10100010 1101011 110011 0 100010 100100 10001100 100010 101111

Color Harmonies of #4FA26B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA26B

Black with #4FA26B

Text Example


Text Example

White with #4FA26B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,162,107); }

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

background-color css

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

 a { background-color: rgb(79,162,107); }

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

border-color css

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

 span { border-color: rgb(79,162,107); }

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