Html Css Color HEX #1A4136 Sherwood Green

📋 copy color: '#1A4136'

red 26 ◦ green 65 ◦ blue 54

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

Shades of Sherwood Green #1A4136

Tints of Sherwood Green #1A4136

RGB

 RED value IS 26 (10.55% from 255) = 17.93%

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

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

R = 17.93%
G = 44.83%
B = 37.24%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#1A4136 (or 0x1A4136) is known color: Sherwood Green. HEX triplet: 1A, 41 and 36. RGB value is (26,65,54). Sum of RGB (Red+Green+Blue) = 26+65+54=145 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.93% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 54 (21.48% from 255 or 37.24% from 145); Max value from RGB is 65 - color contains mainly: green. Hex color #1A4136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4136 is #E5BEC9. Grayscale: #343434. Windows color (decimal): -15056586 or 3555610. OLE color: 3555610.

HSL color Cylindrical-coordinate representation of color #1A4136: hue angle of 163.08º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1A4136 is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB 26 65 54 -
CMYK 0.60 0 0.17 0.75
HSL 163.08º 0.43% 0.18% -
HSV(B) 163.08º 0.6% 0.25% -
XYZ 2.98 4.27 4.16 -
YUV 52.09 129.08 109.39 -
System Red Green Blue C M Y K H S L
Decimal 26 65 54 0.60 0 0.17 0.75 163.08 0.43 0.18
Hex 1A 41 36 3C 0 11 4B A3 2B 12
Octal 32 101 66 74 0 21 113 243 53 22
Binary 11010 1000001 110110 111100 0 10001 1001011 10100011 101011 10010

Color Harmonies of #1A4136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A4136

Black with #1A4136

Text Example


Text Example

White with #1A4136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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