Html Css Color HEX #42813A Fern Green

📋 copy color: '#42813A'

red 66 ◦ green 129 ◦ blue 58

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

Shades of Fern Green #42813A

Tints of Fern Green #42813A

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 value IS 0.49

 M value IS 0

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#42813A (or 0x42813A) is known color: 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

RGB 66 129 58 -
CMYK 0.49 0 0.55 0.49
HSL 113.24º 0.38% 0.37% -
HSV(B) 113.24º 0.55% 0.51% -
XYZ 10.86 17.16 6.74 -
YUV 102.07 103.13 102.27 -
System Red Green Blue C M Y K H S L
Decimal 66 129 58 0.49 0 0.55 0.49 113.24 0.38 0.37
Hex 42 81 3A 31 0 37 31 71 26 25
Octal 102 201 72 61 0 67 61 161 46 45
Binary 1000010 10000001 111010 110001 0 110111 110001 1110001 100110 100101

Color Harmonies of #42813A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42813A

Black with #42813A

Text Example


Text Example

White with #42813A

Text Example


Text Example

HTML Codes & Css Web 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>