Html Css Color HEX #409C72 Ocean Green

📋 copy color: '#409C72'

red 64 ◦ green 156 ◦ blue 114

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

Shades of Ocean Green #409C72

Tints of Ocean Green #409C72

RGB

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

 GREEN value IS 156 (61.33% from 255) = 46.71%

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

R = 19.16%
G = 46.71%
B = 34.13%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.27

 K value IS 0.39

RGB Variations

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

Color information

#409C72 (or 0x409C72) is known color: Ocean Green. HEX triplet: 40, 9C and 72. RGB value is (64,156,114). Sum of RGB (Red+Green+Blue) = 64+156+114=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 156 (61.33% from 255 or 46.71% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 156 - color contains mainly: green. Hex color #409C72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409C72 is #BF638D. Grayscale: #7B7B7B. Windows color (decimal): -12542862 or 7511104. OLE color: 7511104.

HSL color Cylindrical-coordinate representation of color #409C72: hue angle of 152.61º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #409C72 is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.39.

Color convert

RGB 64 156 114 -
CMYK 0.59 0 0.27 0.39
HSL 152.61º 0.42% 0.43% -
HSV(B) 152.61º 0.59% 0.61% -
XYZ 17.04 26.08 20.06 -
YUV 123.7 122.52 85.42 -
System Red Green Blue C M Y K H S L
Decimal 64 156 114 0.59 0 0.27 0.39 152.61 0.42 0.43
Hex 40 9C 72 3B 0 1B 27 99 2A 2B
Octal 100 234 162 73 0 33 47 231 52 53
Binary 1000000 10011100 1110010 111011 0 11011 100111 10011001 101010 101011

Color Harmonies of #409C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409C72

Black with #409C72

Text Example


Text Example

White with #409C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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