#42A36B

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

Shades of Ocean Green #42A36B

Tints of Ocean Green #42A36B

Color information

#42A36B (or 0x42A36B) is unknown color: approx Ocean Green. HEX triplet: 42, A3 and 6B. RGB value is (66,163,107). Sum of RGB (Red+Green+Blue) = 66+163+107=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 163 (64.06% from 255 or 48.51% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 163 - color contains mainly: green. Hex color #42A36B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A36B is #BD5C94. Grayscale: #7F7F7F. Windows color (decimal): -12410005 or 7054146. OLE color: 7054146.

HSL color Cylindrical-coordinate representation of color #42A36B: hue angle of 145.36º 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 #42A36B is Cyan = 0.60, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB66163107-
CMYK0.6000.340.36
HSL145.36º42.36%44.9%-
HSV(B)145.36º59.51%63.92%-
XYZ1828.4118.45-
YUV127.61116.3684.05-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.64%
GREEN value IS 163 (64.06% from 255) = 48.51%
BLUE value IS 107 (42.19% from 255) = 31.85%
R=19.64%
G=48.51%
B=31.85%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal661631070.6000.340.36145.3642.3644.9
Hex42A36B3C02224912a2d
Octal10224315374042442215255
Binary1000010101000111101011111100010001010010010010001101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A36B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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