Html Css Color HEX #12561F Crusoe

📋 copy color: '#12561F'

red 18 ◦ green 86 ◦ blue 31

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

Shades of Crusoe #12561F

Tints of Crusoe #12561F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 63.7%

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

R = 13.33%
G = 63.7%
B = 22.96%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.64

 K value IS 0.66

RGB Variations

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

Color information

#12561F (or 0x12561F) is known color: Crusoe. HEX triplet: 12, 56 and 1F. RGB value is (18,86,31). Sum of RGB (Red+Green+Blue) = 18+86+31=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 86 (33.98% from 255 or 63.70% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 86 - color contains mainly: green. Hex color #12561F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12561F is #EDA9E0. Grayscale: #3B3B3B. Windows color (decimal): -15575521 or 2053650. OLE color: 2053650.

HSL color Cylindrical-coordinate representation of color #12561F: hue angle of 131.47º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #12561F is Cyan = 0.79, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.66.

Color convert

RGB 18 86 31 -
CMYK 0.79 0 0.64 0.66
HSL 131.47º 0.65% 0.2% -
HSV(B) 131.47º 0.79% 0.34% -
XYZ 3.82 6.88 2.42 -
YUV 59.4 111.97 98.47 -
System Red Green Blue C M Y K H S L
Decimal 18 86 31 0.79 0 0.64 0.66 131.47 0.65 0.2
Hex 12 56 1F 4F 0 40 42 83 41 14
Octal 22 126 37 117 0 100 102 203 101 24
Binary 10010 1010110 11111 1001111 0 1000000 1000010 10000011 1000001 10100

Color Harmonies of #12561F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12561F

Black with #12561F

Text Example


Text Example

White with #12561F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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