Html Css Color HEX #12511E Crusoe

📋 copy color: '#12511E'

red 18 ◦ green 81 ◦ blue 30

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

Shades of Crusoe #12511E

Tints of Crusoe #12511E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 23.26%

R = 13.95%
G = 62.79%
B = 23.26%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.63

 K value IS 0.68

RGB Variations

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

Color information

#12511E (or 0x12511E) is known color: Crusoe. HEX triplet: 12, 51 and 1E. RGB value is (18,81,30). Sum of RGB (Red+Green+Blue) = 18+81+30=129 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.95% from 129); Green value is 81 (32.03% from 255 or 62.79% from 129); Blue value is 30 (12.11% from 255 or 23.26% from 129); Max value from RGB is 81 - color contains mainly: green. Hex color #12511E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12511E is #EDAEE1. Grayscale: #383838. Windows color (decimal): -15576802 or 1986834. OLE color: 1986834.

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

Color convert

RGB 18 81 30 -
CMYK 0.78 0 0.63 0.68
HSL 131.43º 0.64% 0.19% -
HSV(B) 131.43º 0.78% 0.32% -
XYZ 3.43 6.11 2.23 -
YUV 56.35 113.13 100.65 -
System Red Green Blue C M Y K H S L
Decimal 18 81 30 0.78 0 0.63 0.68 131.43 0.64 0.19
Hex 12 51 1E 4E 0 3F 44 83 40 13
Octal 22 121 36 116 0 77 104 203 100 23
Binary 10010 1010001 11110 1001110 0 111111 1000100 10000011 1000000 10011

Color Harmonies of #12511E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12511E

Black with #12511E

Text Example


Text Example

White with #12511E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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