#42A36F

Color #42A36F Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #42A36F

Tints of Ocean Green #42A36F

Color information

#42A36F (or 0x42A36F) is unknown color: approx Ocean Green. HEX triplet: 42, A3 and 6F. RGB value is (66,163,111). Sum of RGB (Red+Green+Blue) = 66+163+111=340 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.41% from 340); Green value is 163 (64.06% from 255 or 47.94% from 340); Blue value is 111 (43.75% from 255 or 32.65% from 340); Max value from RGB is 163 - color contains mainly: green. Hex color #42A36F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A36F is #BD5C90. Grayscale: #808080. Windows color (decimal): -12410001 or 7316290. OLE color: 7316290.

HSL color Cylindrical-coordinate representation of color #42A36F: hue angle of 147.84º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42A36F is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB66163111-
CMYK0.6000.320.36
HSL147.84º42.36%44.9%-
HSV(B)147.84º59.51%63.92%-
XYZ18.2128.519.58-
YUV128.07118.3683.73-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.41%
GREEN value IS 163 (64.06% from 255) = 47.94%
BLUE value IS 111 (43.75% from 255) = 32.65%
R=19.41%
G=47.94%
B=32.65%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal661631110.6000.320.36147.8442.3644.9
Hex42A36F3C02024942a2d
Octal10224315774040442245255
Binary1000010101000111101111111100010000010010010010100101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A36F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42A36F; }

 p { color: rgb(66,163,111); }

 H1.HeaderClassName
 {
   color: #42A36F;
 }
 .AnyTagClassName
 {
   color: #42A36F;
 }
</style>
background-color css

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

 a { background-color: rgb(66,163,111); }

 div.DivClassName
 {
   background-color: #42A36F;
 }
 .BgClassName
 {
   background-color: #42A36F;
 }
</style>
border-color css

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

 span { border-color: rgb(66,163,111); }

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