Html Css Color HEX #409872 Ocean Green

📋 copy color: '#409872'

red 64 ◦ green 152 ◦ blue 114

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

Shades of Ocean Green #409872

Tints of Ocean Green #409872

RGB

 RED value IS 64 (25.39% from 255) = 19.39%

 GREEN value IS 152 (59.77% from 255) = 46.06%

 BLUE value IS 114 (44.92% from 255) = 34.55%

R = 19.39%
G = 46.06%
B = 34.55%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#409872 (or 0x409872) is known color: Ocean Green. HEX triplet: 40, 98 and 72. RGB value is (64,152,114). Sum of RGB (Red+Green+Blue) = 64+152+114=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 152 (59.77% from 255 or 46.06% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 152 - color contains mainly: green. Hex color #409872 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409872 is #BF678D. Grayscale: #797979. Windows color (decimal): -12543886 or 7510080. OLE color: 7510080.

HSL color Cylindrical-coordinate representation of color #409872: hue angle of 154.09º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #409872 is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB 64 152 114 -
CMYK 0.58 0 0.25 0.40
HSL 154.09º 0.41% 0.42% -
HSV(B) 154.09º 0.58% 0.6% -
XYZ 16.38 24.76 19.84 -
YUV 121.36 123.85 87.09 -
System Red Green Blue C M Y K H S L
Decimal 64 152 114 0.58 0 0.25 0.40 154.09 0.41 0.42
Hex 40 98 72 3A 0 19 28 9A 29 2A
Octal 100 230 162 72 0 31 50 232 51 52
Binary 1000000 10011000 1110010 111010 0 11001 101000 10011010 101001 101010

Color Harmonies of #409872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409872

Black with #409872

Text Example


Text Example

White with #409872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409872; }

 p { color: rgb(64,152,114); }

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

background-color css

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

 a { background-color: rgb(64,152,114); }

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

border-color css

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

 span { border-color: rgb(64,152,114); }

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