Html Css Color HEX #1A5A31 Crusoe

📋 copy color: '#1A5A31'

red 26 ◦ green 90 ◦ blue 49

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

Shades of Crusoe #1A5A31

Tints of Crusoe #1A5A31

RGB

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

 GREEN value IS 90 (35.55% from 255) = 54.55%

 BLUE value IS 49 (19.53% from 255) = 29.7%

R = 15.76%
G = 54.55%
B = 29.7%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.46

 K value IS 0.65

RGB Variations

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

Color information

#1A5A31 (or 0x1A5A31) is known color: Crusoe. HEX triplet: 1A, 5A and 31. RGB value is (26,90,49). Sum of RGB (Red+Green+Blue) = 26+90+49=165 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.76% from 165); Green value is 90 (35.55% from 255 or 54.55% from 165); Blue value is 49 (19.53% from 255 or 29.70% from 165); Max value from RGB is 90 - color contains mainly: green. Hex color #1A5A31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5A31 is #E5A5CE. Grayscale: #424242. Windows color (decimal): -15050191 or 3234330. OLE color: 3234330.

HSL color Cylindrical-coordinate representation of color #1A5A31: hue angle of 141.56º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1A5A31 is Cyan = 0.71, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB 26 90 49 -
CMYK 0.71 0 0.46 0.65
HSL 141.56º 0.55% 0.23% -
HSV(B) 141.56º 0.71% 0.35% -
XYZ 4.64 7.75 4.16 -
YUV 66.19 118.3 99.33 -
System Red Green Blue C M Y K H S L
Decimal 26 90 49 0.71 0 0.46 0.65 141.56 0.55 0.23
Hex 1A 5A 31 47 0 2E 41 8E 37 17
Octal 32 132 61 107 0 56 101 216 67 27
Binary 11010 1011010 110001 1000111 0 101110 1000001 10001110 110111 10111

Color Harmonies of #1A5A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A5A31

Black with #1A5A31

Text Example


Text Example

White with #1A5A31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,90,49); }

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

background-color css

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

 a { background-color: rgb(26,90,49); }

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

border-color css

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

 span { border-color: rgb(26,90,49); }

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