Html Css Color HEX #1A4332 Sherwood Green

📋 copy color: '#1A4332'

red 26 ◦ green 67 ◦ blue 50

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

Shades of Sherwood Green #1A4332

Tints of Sherwood Green #1A4332

RGB

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

 GREEN value IS 67 (26.56% from 255) = 46.85%

 BLUE value IS 50 (19.92% from 255) = 34.97%

R = 18.18%
G = 46.85%
B = 34.97%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.25

 K value IS 0.74

RGB Variations

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

Color information

#1A4332 (or 0x1A4332) is known color: Sherwood Green. HEX triplet: 1A, 43 and 32. RGB value is (26,67,50). Sum of RGB (Red+Green+Blue) = 26+67+50=143 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.18% from 143); Green value is 67 (26.56% from 255 or 46.85% from 143); Blue value is 50 (19.92% from 255 or 34.97% from 143); Max value from RGB is 67 - color contains mainly: green. Hex color #1A4332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4332 is #E5BCCD. Grayscale: #343434. Windows color (decimal): -15056078 or 3293978. OLE color: 3293978.

HSL color Cylindrical-coordinate representation of color #1A4332: hue angle of 155.12º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1A4332 is Cyan = 0.61, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.74.

Color convert

RGB 26 67 50 -
CMYK 0.61 0 0.25 0.74
HSL 155.12º 0.44% 0.18% -
HSV(B) 155.12º 0.61% 0.26% -
XYZ 3.01 4.46 3.72 -
YUV 52.8 126.42 108.88 -
System Red Green Blue C M Y K H S L
Decimal 26 67 50 0.61 0 0.25 0.74 155.12 0.44 0.18
Hex 1A 43 32 3D 0 19 4A 9B 2C 12
Octal 32 103 62 75 0 31 112 233 54 22
Binary 11010 1000011 110010 111101 0 11001 1001010 10011011 101100 10010

Color Harmonies of #1A4332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A4332

Black with #1A4332

Text Example


Text Example

White with #1A4332

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,67,50); }

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

background-color css

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

 a { background-color: rgb(26,67,50); }

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

border-color css

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

 span { border-color: rgb(26,67,50); }

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