Html Css Color HEX #12591F Crusoe

📋 copy color: '#12591F'

red 18 ◦ green 89 ◦ blue 31

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

Shades of Crusoe #12591F

Tints of Crusoe #12591F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 22.46%

R = 13.04%
G = 64.49%
B = 22.46%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#12591F (or 0x12591F) is known color: Crusoe. HEX triplet: 12, 59 and 1F. RGB value is (18,89,31). Sum of RGB (Red+Green+Blue) = 18+89+31=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 89 (35.16% from 255 or 64.49% from 138); Blue value is 31 (12.5% from 255 or 22.46% from 138); Max value from RGB is 89 - color contains mainly: green. Hex color #12591F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12591F is #EDA6E0. Grayscale: #3D3D3D. Windows color (decimal): -15574753 or 2054418. OLE color: 2054418.

HSL color Cylindrical-coordinate representation of color #12591F: hue angle of 130.99º 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 #12591F is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 89 31 -
CMYK 0.80 0 0.65 0.65
HSL 130.99º 0.66% 0.21% -
HSV(B) 130.99º 0.8% 0.35% -
XYZ 4.07 7.37 2.5 -
YUV 61.16 110.98 97.22 -
System Red Green Blue C M Y K H S L
Decimal 18 89 31 0.80 0 0.65 0.65 130.99 0.66 0.21
Hex 12 59 1F 50 0 41 41 83 42 15
Octal 22 131 37 120 0 101 101 203 102 25
Binary 10010 1011001 11111 1010000 0 1000001 1000001 10000011 1000010 10101

Color Harmonies of #12591F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12591F

Black with #12591F

Text Example


Text Example

White with #12591F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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