#42813A

Color #42813A Fern Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern Green #42813A

Tints of Fern Green #42813A

Color information

#42813A (or 0x42813A) is unknown color: approx Fern Green. HEX triplet: 42, 81 and 3A. RGB value is (66,129,58). Sum of RGB (Red+Green+Blue) = 66+129+58=253 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.09% from 253); Green value is 129 (50.78% from 255 or 50.99% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 129 - color contains mainly: green. Hex color #42813A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42813A is #BD7EC5. Grayscale: #666666. Windows color (decimal): -12418758 or 3834178. OLE color: 3834178.

HSL color Cylindrical-coordinate representation of color #42813A: hue angle of 113.24º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42813A is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB6612958-
CMYK0.4900.550.49
HSL113.24º37.97%36.67%-
HSV(B)113.24º55.04%50.59%-
XYZ10.8617.166.74-
YUV102.07103.13102.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.09%
GREEN value IS 129 (50.78% from 255) = 50.99%
BLUE value IS 58 (23.05% from 255) = 22.92%
R=26.09%
G=50.99%
B=22.92%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66129580.4900.550.49113.2437.9736.67
Hex42813A3103731712625
Octal1022017261067611614645
Binary10000101000000111101011000101101111100011110001100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42813A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42813A; }

 p { color: rgb(66,129,58); }

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

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

 a { background-color: rgb(66,129,58); }

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

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

 span { border-color: rgb(66,129,58); }

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