Html Css Color HEX #419B70 Ocean Green

📋 copy color: '#419B70'

red 65 ◦ green 155 ◦ blue 112

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

Shades of Ocean Green #419B70

Tints of Ocean Green #419B70

RGB

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

 GREEN value IS 155 (60.94% from 255) = 46.69%

 BLUE value IS 112 (44.14% from 255) = 33.73%

R = 19.58%
G = 46.69%
B = 33.73%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#419B70 (or 0x419B70) is known color: Ocean Green. HEX triplet: 41, 9B and 70. RGB value is (65,155,112). Sum of RGB (Red+Green+Blue) = 65+155+112=332 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.58% from 332); Green value is 155 (60.94% from 255 or 46.69% from 332); Blue value is 112 (44.14% from 255 or 33.73% from 332); Max value from RGB is 155 - color contains mainly: green. Hex color #419B70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419B70 is #BE648F. Grayscale: #7B7B7B. Windows color (decimal): -12477584 or 7379777. OLE color: 7379777.

HSL color Cylindrical-coordinate representation of color #419B70: hue angle of 151.33º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #419B70 is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB 65 155 112 -
CMYK 0.58 0 0.28 0.39
HSL 151.33º 0.41% 0.43% -
HSV(B) 151.33º 0.58% 0.61% -
XYZ 16.83 25.74 19.41 -
YUV 123.19 121.68 86.5 -
System Red Green Blue C M Y K H S L
Decimal 65 155 112 0.58 0 0.28 0.39 151.33 0.41 0.43
Hex 41 9B 70 3A 0 1C 27 97 29 2B
Octal 101 233 160 72 0 34 47 227 51 53
Binary 1000001 10011011 1110000 111010 0 11100 100111 10010111 101001 101011

Color Harmonies of #419B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419B70

Black with #419B70

Text Example


Text Example

White with #419B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419B70; }

 p { color: rgb(65,155,112); }

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

background-color css

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

 a { background-color: rgb(65,155,112); }

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

border-color css

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

 span { border-color: rgb(65,155,112); }

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