Html Css Color HEX #1A5F25 Crusoe

📋 copy color: '#1A5F25'

red 26 ◦ green 95 ◦ blue 37

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

Shades of Crusoe #1A5F25

Tints of Crusoe #1A5F25

RGB

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

 GREEN value IS 95 (37.5% from 255) = 60.13%

 BLUE value IS 37 (14.84% from 255) = 23.42%

R = 16.46%
G = 60.13%
B = 23.42%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.61

 K value IS 0.63

RGB Variations

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

Color information

#1A5F25 (or 0x1A5F25) is known color: Crusoe. HEX triplet: 1A, 5F and 25. RGB value is (26,95,37). Sum of RGB (Red+Green+Blue) = 26+95+37=158 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.46% from 158); Green value is 95 (37.5% from 255 or 60.13% from 158); Blue value is 37 (14.84% from 255 or 23.42% from 158); Max value from RGB is 95 - color contains mainly: green. Hex color #1A5F25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5F25 is #E5A0DA. Grayscale: #434343. Windows color (decimal): -15048923 or 2449178. OLE color: 2449178.

HSL color Cylindrical-coordinate representation of color #1A5F25: hue angle of 129.57º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A5F25 is Cyan = 0.73, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.63.

Color convert

RGB 26 95 37 -
CMYK 0.73 0 0.61 0.63
HSL 129.57º 0.57% 0.24% -
HSV(B) 129.57º 0.73% 0.37% -
XYZ 4.85 8.54 3.14 -
YUV 67.76 110.64 98.22 -
System Red Green Blue C M Y K H S L
Decimal 26 95 37 0.73 0 0.61 0.63 129.57 0.57 0.24
Hex 1A 5F 25 49 0 3D 3F 82 39 18
Octal 32 137 45 111 0 75 77 202 71 30
Binary 11010 1011111 100101 1001001 0 111101 111111 10000010 111001 11000

Color Harmonies of #1A5F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A5F25

Black with #1A5F25

Text Example


Text Example

White with #1A5F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,95,37); }

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

background-color css

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

 a { background-color: rgb(26,95,37); }

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

border-color css

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

 span { border-color: rgb(26,95,37); }

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