Html Css Color HEX #41813D Fern Green

📋 copy color: '#41813D'

red 65 ◦ green 129 ◦ blue 61

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

Shades of Fern Green #41813D

Tints of Fern Green #41813D

RGB

 RED value IS 65 (25.78% from 255) = 25.49%

 GREEN value IS 129 (50.78% from 255) = 50.59%

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

R = 25.49%
G = 50.59%
B = 23.92%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#41813D (or 0x41813D) is known color: Fern Green. HEX triplet: 41, 81 and 3D. RGB value is (65,129,61). Sum of RGB (Red+Green+Blue) = 65+129+61=255 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.49% from 255); Green value is 129 (50.78% from 255 or 50.59% from 255); Blue value is 61 (24.22% from 255 or 23.92% from 255); Max value from RGB is 129 - color contains mainly: green. Hex color #41813D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41813D is #BE7EC2. Grayscale: #666666. Windows color (decimal): -12484291 or 4030785. OLE color: 4030785.

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

Color convert

RGB 65 129 61 -
CMYK 0.50 0 0.53 0.49
HSL 116.47º 0.36% 0.37% -
HSV(B) 116.47º 0.53% 0.51% -
XYZ 10.87 17.16 7.15 -
YUV 102.11 104.8 101.53 -
System Red Green Blue C M Y K H S L
Decimal 65 129 61 0.50 0 0.53 0.49 116.47 0.36 0.37
Hex 41 81 3D 32 0 35 31 74 24 25
Octal 101 201 75 62 0 65 61 164 44 45
Binary 1000001 10000001 111101 110010 0 110101 110001 1110100 100100 100101

Color Harmonies of #41813D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41813D

Black with #41813D

Text Example


Text Example

White with #41813D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41813D; }

 p { color: rgb(65,129,61); }

 H1.HeaderClassName
 {
   color: #41813D;
 }
 .AnyTagClassName
 {
   color: #41813D;
 }
</style>

background-color css

<style>
 a { background-color: #41813D; }

 a { background-color: rgb(65,129,61); }

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

border-color css

<style>
 span { border-color: #41813D; }

 span { border-color: rgb(65,129,61); }

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