Html Css Color HEX #419872 Ocean Green

📋 copy color: '#419872'

red 65 ◦ green 152 ◦ blue 114

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

Shades of Ocean Green #419872

Tints of Ocean Green #419872

RGB

 RED value IS 65 (25.78% from 255) = 19.64%

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

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

R = 19.64%
G = 45.92%
B = 34.44%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#419872 (or 0x419872) is known color: Ocean Green. HEX triplet: 41, 98 and 72. RGB value is (65,152,114). Sum of RGB (Red+Green+Blue) = 65+152+114=331 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.64% from 331); Green value is 152 (59.77% from 255 or 45.92% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 152 - color contains mainly: green. Hex color #419872 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419872 is #BE678D. Grayscale: #797979. Windows color (decimal): -12478350 or 7510081. OLE color: 7510081.

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

Color convert

RGB 65 152 114 -
CMYK 0.57 0 0.25 0.40
HSL 153.79º 0.4% 0.43% -
HSV(B) 153.79º 0.57% 0.6% -
XYZ 16.45 24.8 19.84 -
YUV 121.66 123.68 87.59 -
System Red Green Blue C M Y K H S L
Decimal 65 152 114 0.57 0 0.25 0.40 153.79 0.4 0.43
Hex 41 98 72 39 0 19 28 9A 28 2B
Octal 101 230 162 71 0 31 50 232 50 53
Binary 1000001 10011000 1110010 111001 0 11001 101000 10011010 101000 101011

Color Harmonies of #419872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419872

Black with #419872

Text Example


Text Example

White with #419872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419872; }

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

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

background-color css

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

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

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

border-color css

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

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

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