Html Css Color HEX #468C3D Fern Green

📋 copy color: '#468C3D'

red 70 ◦ green 140 ◦ blue 61

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

Shades of Fern Green #468C3D

Tints of Fern Green #468C3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.51%

R = 25.83%
G = 51.66%
B = 22.51%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.56

 K value IS 0.45

RGB Variations

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

Color information

#468C3D (or 0x468C3D) is known color: Fern Green. HEX triplet: 46, 8C and 3D. RGB value is (70,140,61). Sum of RGB (Red+Green+Blue) = 70+140+61=271 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.83% from 271); Green value is 140 (55.08% from 255 or 51.66% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 140 - color contains mainly: green. Hex color #468C3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468C3D is #B973C2. Grayscale: #6E6E6E. Windows color (decimal): -12153795 or 4033606. OLE color: 4033606.

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

Color convert

RGB 70 140 61 -
CMYK 0.50 0 0.56 0.45
HSL 113.16º 0.39% 0.39% -
HSV(B) 113.16º 0.56% 0.55% -
XYZ 12.75 20.4 7.68 -
YUV 110.06 100.31 99.42 -
System Red Green Blue C M Y K H S L
Decimal 70 140 61 0.50 0 0.56 0.45 113.16 0.39 0.39
Hex 46 8C 3D 32 0 38 2D 71 27 27
Octal 106 214 75 62 0 70 55 161 47 47
Binary 1000110 10001100 111101 110010 0 111000 101101 1110001 100111 100111

Color Harmonies of #468C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468C3D

Black with #468C3D

Text Example


Text Example

White with #468C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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