Html Css Color HEX #12511F Crusoe

📋 copy color: '#12511F'

red 18 ◦ green 81 ◦ blue 31

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

Shades of Crusoe #12511F

Tints of Crusoe #12511F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 62.31%

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

R = 13.85%
G = 62.31%
B = 23.85%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#12511F (or 0x12511F) is known color: Crusoe. HEX triplet: 12, 51 and 1F. RGB value is (18,81,31). Sum of RGB (Red+Green+Blue) = 18+81+31=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 81 (32.03% from 255 or 62.31% from 130); Blue value is 31 (12.5% from 255 or 23.85% from 130); Max value from RGB is 81 - color contains mainly: green. Hex color #12511F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12511F is #EDAEE0. Grayscale: #383838. Windows color (decimal): -15576801 or 2052370. OLE color: 2052370.

HSL color Cylindrical-coordinate representation of color #12511F: hue angle of 132.38º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #12511F is Cyan = 0.78, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB 18 81 31 -
CMYK 0.78 0 0.62 0.68
HSL 132.38º 0.64% 0.19% -
HSV(B) 132.38º 0.78% 0.32% -
XYZ 3.44 6.11 2.29 -
YUV 56.46 113.63 100.57 -
System Red Green Blue C M Y K H S L
Decimal 18 81 31 0.78 0 0.62 0.68 132.38 0.64 0.19
Hex 12 51 1F 4E 0 3E 44 84 40 13
Octal 22 121 37 116 0 76 104 204 100 23
Binary 10010 1010001 11111 1001110 0 111110 1000100 10000100 1000000 10011

Color Harmonies of #12511F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12511F

Black with #12511F

Text Example


Text Example

White with #12511F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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