Html Css Color HEX #1A4133 Sherwood Green

📋 copy color: '#1A4133'

red 26 ◦ green 65 ◦ blue 51

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

Shades of Sherwood Green #1A4133

Tints of Sherwood Green #1A4133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 35.92%

R = 18.31%
G = 45.77%
B = 35.92%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#1A4133 (or 0x1A4133) is known color: Sherwood Green. HEX triplet: 1A, 41 and 33. RGB value is (26,65,51). Sum of RGB (Red+Green+Blue) = 26+65+51=142 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.31% from 142); Green value is 65 (25.78% from 255 or 45.77% from 142); Blue value is 51 (20.31% from 255 or 35.92% from 142); Max value from RGB is 65 - color contains mainly: green. Hex color #1A4133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4133 is #E5BECC. Grayscale: #333333. Windows color (decimal): -15056589 or 3359002. OLE color: 3359002.

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

Color convert

RGB 26 65 51 -
CMYK 0.60 0 0.22 0.75
HSL 158.46º 0.43% 0.18% -
HSV(B) 158.46º 0.6% 0.25% -
XYZ 2.91 4.24 3.8 -
YUV 51.74 127.58 109.64 -
System Red Green Blue C M Y K H S L
Decimal 26 65 51 0.60 0 0.22 0.75 158.46 0.43 0.18
Hex 1A 41 33 3C 0 16 4B 9E 2B 12
Octal 32 101 63 74 0 26 113 236 53 22
Binary 11010 1000001 110011 111100 0 10110 1001011 10011110 101011 10010

Color Harmonies of #1A4133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A4133

Black with #1A4133

Text Example


Text Example

White with #1A4133

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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