Html Css Color HEX #1F4036 Sherwood Green

📋 copy color: '#1F4036'

red 31 ◦ green 64 ◦ blue 54

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

Shades of Sherwood Green #1F4036

Tints of Sherwood Green #1F4036

RGB

 RED value IS 31 (12.5% from 255) = 20.81%

 GREEN value IS 64 (25.39% from 255) = 42.95%

 BLUE value IS 54 (21.48% from 255) = 36.24%

R = 20.81%
G = 42.95%
B = 36.24%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.16

 K value IS 0.75

RGB Variations

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

Color information

#1F4036 (or 0x1F4036) is known color: Sherwood Green. HEX triplet: 1F, 40 and 36. RGB value is (31,64,54). Sum of RGB (Red+Green+Blue) = 31+64+54=149 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.81% from 149); Green value is 64 (25.39% from 255 or 42.95% from 149); Blue value is 54 (21.48% from 255 or 36.24% from 149); Max value from RGB is 64 - color contains mainly: green. Hex color #1F4036 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4036 is #E0BFC9. Grayscale: #343434. Windows color (decimal): -14729162 or 3555359. OLE color: 3555359.

HSL color Cylindrical-coordinate representation of color #1F4036: hue angle of 161.82º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1F4036 is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.75.

Color convert

RGB 31 64 54 -
CMYK 0.52 0 0.16 0.75
HSL 161.82º 0.35% 0.19% -
HSV(B) 161.82º 0.52% 0.25% -
XYZ 3.06 4.22 4.14 -
YUV 52.99 128.57 112.31 -
System Red Green Blue C M Y K H S L
Decimal 31 64 54 0.52 0 0.16 0.75 161.82 0.35 0.19
Hex 1F 40 36 34 0 10 4B A2 23 13
Octal 37 100 66 64 0 20 113 242 43 23
Binary 11111 1000000 110110 110100 0 10000 1001011 10100010 100011 10011

Color Harmonies of #1F4036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4036

Black with #1F4036

Text Example


Text Example

White with #1F4036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F4036; }

 p { color: rgb(31,64,54); }

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

background-color css

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

 a { background-color: rgb(31,64,54); }

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

border-color css

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

 span { border-color: rgb(31,64,54); }

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