Html Css Color HEX #12511D Crusoe

📋 copy color: '#12511D'

red 18 ◦ green 81 ◦ blue 29

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

Shades of Crusoe #12511D

Tints of Crusoe #12511D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 22.66%

R = 14.06%
G = 63.28%
B = 22.66%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.64

 K value IS 0.68

RGB Variations

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

Color information

#12511D (or 0x12511D) is known color: Crusoe. HEX triplet: 12, 51 and 1D. RGB value is (18,81,29). Sum of RGB (Red+Green+Blue) = 18+81+29=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 81 (32.03% from 255 or 63.28% from 128); Blue value is 29 (11.72% from 255 or 22.66% from 128); Max value from RGB is 81 - color contains mainly: green. Hex color #12511D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12511D is #EDAEE2. Grayscale: #383838. Windows color (decimal): -15576803 or 1921298. OLE color: 1921298.

HSL color Cylindrical-coordinate representation of color #12511D: hue angle of 130.48º 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 #12511D is Cyan = 0.78, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.68.

Color convert

RGB 18 81 29 -
CMYK 0.78 0 0.64 0.68
HSL 130.48º 0.64% 0.19% -
HSV(B) 130.48º 0.78% 0.32% -
XYZ 3.41 6.1 2.16 -
YUV 56.24 112.63 100.73 -
System Red Green Blue C M Y K H S L
Decimal 18 81 29 0.78 0 0.64 0.68 130.48 0.64 0.19
Hex 12 51 1D 4E 0 40 44 82 40 13
Octal 22 121 35 116 0 100 104 202 100 23
Binary 10010 1010001 11101 1001110 0 1000000 1000100 10000010 1000000 10011

Color Harmonies of #12511D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12511D

Black with #12511D

Text Example


Text Example

White with #12511D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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