Html Css Color HEX #468A3C Fern Green

📋 copy color: '#468A3C'

red 70 ◦ green 138 ◦ blue 60

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

Shades of Fern Green #468A3C

Tints of Fern Green #468A3C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 51.49%

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

R = 26.12%
G = 51.49%
B = 22.39%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.57

 K value IS 0.46

RGB Variations

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

Color information

#468A3C (or 0x468A3C) is known color: Fern Green. HEX triplet: 46, 8A and 3C. RGB value is (70,138,60). Sum of RGB (Red+Green+Blue) = 70+138+60=268 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.12% from 268); Green value is 138 (54.30% from 255 or 51.49% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 138 - color contains mainly: green. Hex color #468A3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468A3C is #B975C3. Grayscale: #6D6D6D. Windows color (decimal): -12154308 or 3967558. OLE color: 3967558.

HSL color Cylindrical-coordinate representation of color #468A3C: hue angle of 112.31º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #468A3C is Cyan = 0.49, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.46.

Color convert

RGB 70 138 60 -
CMYK 0.49 0 0.57 0.46
HSL 112.31º 0.39% 0.39% -
HSV(B) 112.31º 0.57% 0.54% -
XYZ 12.43 19.81 7.44 -
YUV 108.78 100.47 100.34 -
System Red Green Blue C M Y K H S L
Decimal 70 138 60 0.49 0 0.57 0.46 112.31 0.39 0.39
Hex 46 8A 3C 31 0 39 2E 70 27 27
Octal 106 212 74 61 0 71 56 160 47 47
Binary 1000110 10001010 111100 110001 0 111001 101110 1110000 100111 100111

Color Harmonies of #468A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468A3C

Black with #468A3C

Text Example


Text Example

White with #468A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,138,60); }

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

background-color css

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

 a { background-color: rgb(70,138,60); }

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

border-color css

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

 span { border-color: rgb(70,138,60); }

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