Html Css Color HEX #12591B Crusoe

📋 copy color: '#12591B'

red 18 ◦ green 89 ◦ blue 27

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

Shades of Crusoe #12591B

Tints of Crusoe #12591B

RGB

 RED value IS 18 (7.42% from 255) = 13.43%

 GREEN value IS 89 (35.16% from 255) = 66.42%

 BLUE value IS 27 (10.94% from 255) = 20.15%

R = 13.43%
G = 66.42%
B = 20.15%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#12591B (or 0x12591B) is known color: Crusoe. HEX triplet: 12, 59 and 1B. RGB value is (18,89,27). Sum of RGB (Red+Green+Blue) = 18+89+27=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 89 (35.16% from 255 or 66.42% from 134); Blue value is 27 (10.94% from 255 or 20.15% from 134); Max value from RGB is 89 - color contains mainly: green. Hex color #12591B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12591B is #EDA6E4. Grayscale: #3C3C3C. Windows color (decimal): -15574757 or 1792274. OLE color: 1792274.

HSL color Cylindrical-coordinate representation of color #12591B: hue angle of 127.61º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12591B is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 89 27 -
CMYK 0.80 0 0.70 0.65
HSL 127.61º 0.66% 0.21% -
HSV(B) 127.61º 0.8% 0.35% -
XYZ 4.02 7.35 2.24 -
YUV 60.7 108.98 97.54 -
System Red Green Blue C M Y K H S L
Decimal 18 89 27 0.80 0 0.70 0.65 127.61 0.66 0.21
Hex 12 59 1B 50 0 46 41 80 42 15
Octal 22 131 33 120 0 106 101 200 102 25
Binary 10010 1011001 11011 1010000 0 1000110 1000001 10000000 1000010 10101

Color Harmonies of #12591B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12591B

Black with #12591B

Text Example


Text Example

White with #12591B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12591B; }

 p { color: rgb(18,89,27); }

 H1.HeaderClassName
 {
   color: #12591B;
 }
 .AnyTagClassName
 {
   color: #12591B;
 }
</style>

background-color css

<style>
 a { background-color: #12591B; }

 a { background-color: rgb(18,89,27); }

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

border-color css

<style>
 span { border-color: #12591B; }

 span { border-color: rgb(18,89,27); }

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