Html Css Color HEX #42823C Fern Green

📋 copy color: '#42823C'

red 66 ◦ green 130 ◦ blue 60

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

Shades of Fern Green #42823C

Tints of Fern Green #42823C

RGB

 RED value IS 66 (26.17% from 255) = 25.78%

 GREEN value IS 130 (51.17% from 255) = 50.78%

 BLUE value IS 60 (23.83% from 255) = 23.44%

R = 25.78%
G = 50.78%
B = 23.44%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#42823C (or 0x42823C) is known color: Fern Green. HEX triplet: 42, 82 and 3C. RGB value is (66,130,60). Sum of RGB (Red+Green+Blue) = 66+130+60=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 130 (51.17% from 255 or 50.78% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 130 - color contains mainly: green. Hex color #42823C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42823C is #BD7DC3. Grayscale: #676767. Windows color (decimal): -12418500 or 3965506. OLE color: 3965506.

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

Color convert

RGB 66 130 60 -
CMYK 0.49 0 0.54 0.49
HSL 114.86º 0.37% 0.37% -
HSV(B) 114.86º 0.54% 0.51% -
XYZ 11.05 17.45 7.06 -
YUV 102.88 103.8 101.69 -
System Red Green Blue C M Y K H S L
Decimal 66 130 60 0.49 0 0.54 0.49 114.86 0.37 0.37
Hex 42 82 3C 31 0 36 31 73 25 25
Octal 102 202 74 61 0 66 61 163 45 45
Binary 1000010 10000010 111100 110001 0 110110 110001 1110011 100101 100101

Color Harmonies of #42823C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42823C

Black with #42823C

Text Example


Text Example

White with #42823C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42823C; }

 p { color: rgb(66,130,60); }

 H1.HeaderClassName
 {
   color: #42823C;
 }
 .AnyTagClassName
 {
   color: #42823C;
 }
</style>

background-color css

<style>
 a { background-color: #42823C; }

 a { background-color: rgb(66,130,60); }

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

border-color css

<style>
 span { border-color: #42823C; }

 span { border-color: rgb(66,130,60); }

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