Html Css Color HEX #468C41 Fern Green

📋 copy color: '#468C41'

red 70 ◦ green 140 ◦ blue 65

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

Shades of Fern Green #468C41

Tints of Fern Green #468C41

RGB

 RED value IS 70 (27.73% from 255) = 25.45%

 GREEN value IS 140 (55.08% from 255) = 50.91%

 BLUE value IS 65 (25.78% from 255) = 23.64%

R = 25.45%
G = 50.91%
B = 23.64%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.54

 K value IS 0.45

RGB Variations

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

Color information

#468C41 (or 0x468C41) is known color: Fern Green. HEX triplet: 46, 8C and 41. RGB value is (70,140,65). Sum of RGB (Red+Green+Blue) = 70+140+65=275 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.45% from 275); Green value is 140 (55.08% from 255 or 50.91% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 140 - color contains mainly: green. Hex color #468C41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468C41 is #B973BE. Grayscale: #6E6E6E. Windows color (decimal): -12153791 or 4295750. OLE color: 4295750.

HSL color Cylindrical-coordinate representation of color #468C41: hue angle of 116º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #468C41 is Cyan = 0.50, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 140 65 -
CMYK 0.50 0 0.54 0.45
HSL 116º 0.37% 0.4% -
HSV(B) 116º 0.54% 0.55% -
XYZ 12.86 20.44 8.27 -
YUV 110.52 102.31 99.1 -
System Red Green Blue C M Y K H S L
Decimal 70 140 65 0.50 0 0.54 0.45 116 0.37 0.4
Hex 46 8C 41 32 0 36 2D 74 25 28
Octal 106 214 101 62 0 66 55 164 45 50
Binary 1000110 10001100 1000001 110010 0 110110 101101 1110100 100101 101000

Color Harmonies of #468C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468C41

Black with #468C41

Text Example


Text Example

White with #468C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468C41; }

 p { color: rgb(70,140,65); }

 H1.HeaderClassName
 {
   color: #468C41;
 }
 .AnyTagClassName
 {
   color: #468C41;
 }
</style>

background-color css

<style>
 a { background-color: #468C41; }

 a { background-color: rgb(70,140,65); }

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

border-color css

<style>
 span { border-color: #468C41; }

 span { border-color: rgb(70,140,65); }

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