Html Css Color HEX #1A503F Sherwood Green

📋 copy color: '#1A503F'

red 26 ◦ green 80 ◦ blue 63

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

Shades of Sherwood Green #1A503F

Tints of Sherwood Green #1A503F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 47.34%

 BLUE value IS 63 (25% from 255) = 37.28%

R = 15.38%
G = 47.34%
B = 37.28%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.21

 K value IS 0.69

RGB Variations

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

Color information

#1A503F (or 0x1A503F) is known color: Sherwood Green. HEX triplet: 1A, 50 and 3F. RGB value is (26,80,63). Sum of RGB (Red+Green+Blue) = 26+80+63=169 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.38% from 169); Green value is 80 (31.64% from 255 or 47.34% from 169); Blue value is 63 (25% from 255 or 37.28% from 169); Max value from RGB is 80 - color contains mainly: green. Hex color #1A503F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A503F is #E5AFC0. Grayscale: #3D3D3D. Windows color (decimal): -15052737 or 4149274. OLE color: 4149274.

HSL color Cylindrical-coordinate representation of color #1A503F: hue angle of 161.11º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A503F is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.

Color convert

RGB 26 80 63 -
CMYK 0.67 0 0.21 0.69
HSL 161.11º 0.51% 0.21% -
HSV(B) 161.11º 0.68% 0.31% -
XYZ 4.19 6.32 5.7 -
YUV 61.92 128.61 102.38 -
System Red Green Blue C M Y K H S L
Decimal 26 80 63 0.67 0 0.21 0.69 161.11 0.51 0.21
Hex 1A 50 3F 43 0 15 45 A1 33 15
Octal 32 120 77 103 0 25 105 241 63 25
Binary 11010 1010000 111111 1000011 0 10101 1000101 10100001 110011 10101

Color Harmonies of #1A503F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A503F

Black with #1A503F

Text Example


Text Example

White with #1A503F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,80,63); }

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

background-color css

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

 a { background-color: rgb(26,80,63); }

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

border-color css

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

 span { border-color: rgb(26,80,63); }

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