Html Css Color HEX #45813C Fern Green

📋 copy color: '#45813C'

red 69 ◦ green 129 ◦ blue 60

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

Shades of Fern Green #45813C

Tints of Fern Green #45813C

RGB

 RED value IS 69 (27.34% from 255) = 26.74%

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

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

R = 26.74%
G = 50%
B = 23.26%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#45813C (or 0x45813C) is known color: Fern Green. HEX triplet: 45, 81 and 3C. RGB value is (69,129,60). Sum of RGB (Red+Green+Blue) = 69+129+60=258 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.74% from 258); Green value is 129 (50.78% from 255 or 50% from 258); Blue value is 60 (23.83% from 255 or 23.26% from 258); Max value from RGB is 129 - color contains mainly: green. Hex color #45813C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45813C is #BA7EC3. Grayscale: #676767. Windows color (decimal): -12222148 or 3965253. OLE color: 3965253.

HSL color Cylindrical-coordinate representation of color #45813C: hue angle of 112.17º degrees, saturation: 0.37, 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 #45813C is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 69 129 60 -
CMYK 0.47 0 0.53 0.49
HSL 112.17º 0.37% 0.37% -
HSV(B) 112.17º 0.53% 0.51% -
XYZ 11.12 17.29 7.03 -
YUV 103.19 103.62 103.61 -
System Red Green Blue C M Y K H S L
Decimal 69 129 60 0.47 0 0.53 0.49 112.17 0.37 0.37
Hex 45 81 3C 2F 0 35 31 70 25 25
Octal 105 201 74 57 0 65 61 160 45 45
Binary 1000101 10000001 111100 101111 0 110101 110001 1110000 100101 100101

Color Harmonies of #45813C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45813C

Black with #45813C

Text Example


Text Example

White with #45813C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,129,60); }

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

background-color css

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

 a { background-color: rgb(69,129,60); }

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

border-color css

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

 span { border-color: rgb(69,129,60); }

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