Html Css Color HEX #1F4136 Sherwood Green

📋 copy color: '#1F4136'

red 31 ◦ green 65 ◦ blue 54

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

Shades of Sherwood Green #1F4136

Tints of Sherwood Green #1F4136

RGB

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

 GREEN value IS 65 (25.78% from 255) = 43.33%

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

R = 20.67%
G = 43.33%
B = 36%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#1F4136 (or 0x1F4136) is known color: Sherwood Green. HEX triplet: 1F, 41 and 36. RGB value is (31,65,54). Sum of RGB (Red+Green+Blue) = 31+65+54=150 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.67% from 150); Green value is 65 (25.78% from 255 or 43.33% from 150); Blue value is 54 (21.48% from 255 or 36% from 150); Max value from RGB is 65 - color contains mainly: green. Hex color #1F4136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4136 is #E0BEC9. Grayscale: #353535. Windows color (decimal): -14728906 or 3555615. OLE color: 3555615.

HSL color Cylindrical-coordinate representation of color #1F4136: hue angle of 160.59º 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 #1F4136 is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB 31 65 54 -
CMYK 0.52 0 0.17 0.75
HSL 160.59º 0.35% 0.19% -
HSV(B) 160.59º 0.52% 0.25% -
XYZ 3.12 4.34 4.16 -
YUV 53.58 128.24 111.89 -
System Red Green Blue C M Y K H S L
Decimal 31 65 54 0.52 0 0.17 0.75 160.59 0.35 0.19
Hex 1F 41 36 34 0 11 4B A1 23 13
Octal 37 101 66 64 0 21 113 241 43 23
Binary 11111 1000001 110110 110100 0 10001 1001011 10100001 100011 10011

Color Harmonies of #1F4136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4136

Black with #1F4136

Text Example


Text Example

White with #1F4136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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