Html Css Color HEX #448741 Fern Green

📋 copy color: '#448741'

red 68 ◦ green 135 ◦ blue 65

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

Shades of Fern Green #448741

Tints of Fern Green #448741

RGB

 RED value IS 68 (26.95% from 255) = 25.37%

 GREEN value IS 135 (53.13% from 255) = 50.37%

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

R = 25.37%
G = 50.37%
B = 24.25%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#448741 (or 0x448741) is known color: Fern Green. HEX triplet: 44, 87 and 41. RGB value is (68,135,65). Sum of RGB (Red+Green+Blue) = 68+135+65=268 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.37% from 268); Green value is 135 (53.12% from 255 or 50.37% from 268); Blue value is 65 (25.78% from 255 or 24.25% from 268); Max value from RGB is 135 - color contains mainly: green. Hex color #448741 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448741 is #BB78BE. Grayscale: #6B6B6B. Windows color (decimal): -12286143 or 4294468. OLE color: 4294468.

HSL color Cylindrical-coordinate representation of color #448741: hue angle of 117.43º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #448741 is Cyan = 0.50, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB 68 135 65 -
CMYK 0.50 0 0.52 0.47
HSL 117.43º 0.35% 0.39% -
HSV(B) 117.43º 0.52% 0.53% -
XYZ 12 18.94 8.02 -
YUV 106.99 104.3 100.19 -
System Red Green Blue C M Y K H S L
Decimal 68 135 65 0.50 0 0.52 0.47 117.43 0.35 0.39
Hex 44 87 41 32 0 34 2F 75 23 27
Octal 104 207 101 62 0 64 57 165 43 47
Binary 1000100 10000111 1000001 110010 0 110100 101111 1110101 100011 100111

Color Harmonies of #448741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448741

Black with #448741

Text Example


Text Example

White with #448741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448741; }

 p { color: rgb(68,135,65); }

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

background-color css

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

 a { background-color: rgb(68,135,65); }

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

border-color css

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

 span { border-color: rgb(68,135,65); }

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