Html Css Color HEX #12551F Crusoe

📋 copy color: '#12551F'

red 18 ◦ green 85 ◦ blue 31

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

Shades of Crusoe #12551F

Tints of Crusoe #12551F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 63.43%

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

R = 13.43%
G = 63.43%
B = 23.13%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#12551F (or 0x12551F) is known color: Crusoe. HEX triplet: 12, 55 and 1F. RGB value is (18,85,31). Sum of RGB (Red+Green+Blue) = 18+85+31=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 85 (33.59% from 255 or 63.43% from 134); Blue value is 31 (12.5% from 255 or 23.13% from 134); Max value from RGB is 85 - color contains mainly: green. Hex color #12551F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12551F is #EDAAE0. Grayscale: #3A3A3A. Windows color (decimal): -15575777 or 2053394. OLE color: 2053394.

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

Color convert

RGB 18 85 31 -
CMYK 0.79 0 0.64 0.67
HSL 131.64º 0.65% 0.2% -
HSV(B) 131.64º 0.79% 0.33% -
XYZ 3.75 6.72 2.4 -
YUV 58.81 112.3 98.89 -
System Red Green Blue C M Y K H S L
Decimal 18 85 31 0.79 0 0.64 0.67 131.64 0.65 0.2
Hex 12 55 1F 4F 0 40 43 84 41 14
Octal 22 125 37 117 0 100 103 204 101 24
Binary 10010 1010101 11111 1001111 0 1000000 1000011 10000100 1000001 10100

Color Harmonies of #12551F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12551F

Black with #12551F

Text Example


Text Example

White with #12551F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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