Html Css Color HEX #42753C Fern Green

📋 copy color: '#42753C'

red 66 ◦ green 117 ◦ blue 60

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

Shades of Fern Green #42753C

Tints of Fern Green #42753C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 48.15%

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

R = 27.16%
G = 48.15%
B = 24.69%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#42753C (or 0x42753C) is known color: Fern Green. HEX triplet: 42, 75 and 3C. RGB value is (66,117,60). Sum of RGB (Red+Green+Blue) = 66+117+60=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 117 (46.09% from 255 or 48.15% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 117 - color contains mainly: green. Hex color #42753C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42753C is #BD8AC3. Grayscale: #5F5F5F. Windows color (decimal): -12421828 or 3962178. OLE color: 3962178.

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

Color convert

RGB 66 117 60 -
CMYK 0.44 0 0.49 0.54
HSL 113.68º 0.32% 0.35% -
HSV(B) 113.68º 0.49% 0.46% -
XYZ 9.42 14.21 6.52 -
YUV 95.25 108.1 107.13 -
System Red Green Blue C M Y K H S L
Decimal 66 117 60 0.44 0 0.49 0.54 113.68 0.32 0.35
Hex 42 75 3C 2C 0 31 36 72 20 23
Octal 102 165 74 54 0 61 66 162 40 43
Binary 1000010 1110101 111100 101100 0 110001 110110 1110010 100000 100011

Color Harmonies of #42753C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42753C

Black with #42753C

Text Example


Text Example

White with #42753C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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