#18512A

Color #18512A Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #18512A

Tints of Crusoe #18512A

Color information

#18512A (or 0x18512A) is unknown color: approx Crusoe. HEX triplet: 18, 51 and 2A. RGB value is (24,81,42). Sum of RGB (Red+Green+Blue) = 24+81+42=147 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.33% from 147); Green value is 81 (32.03% from 255 or 55.10% from 147); Blue value is 42 (16.80% from 255 or 28.57% from 147); Max value from RGB is 81 - color contains mainly: green. Hex color #18512A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18512A is #E7AED5. Grayscale: #3B3B3B. Windows color (decimal): -15183574 or 2773272. OLE color: 2773272.

HSL color Cylindrical-coordinate representation of color #18512A: hue angle of 138.95º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #18512A is Cyan = 0.70, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB248142-
CMYK0.7000.480.68
HSL138.95º54.29%20.59%-
HSV(B)138.95º70.37%31.76%-
XYZ3.746.253.2-
YUV59.51118.12102.67-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.33%
GREEN value IS 81 (32.03% from 255) = 55.10%
BLUE value IS 42 (16.80% from 255) = 28.57%
R=16.33%
G=55.10%
B=28.57%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2481420.7000.480.68138.9554.2920.59
Hex18512A46030448b3615
Octal30121521060601042136625
Binary1100010100011010101000110011000010001001000101111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18512A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18512A; }

 p { color: rgb(24,81,42); }

 H1.HeaderClassName
 {
   color: #18512A;
 }
 .AnyTagClassName
 {
   color: #18512A;
 }
</style>
background-color css

<style>
 a { background-color: #18512A; }

 a { background-color: rgb(24,81,42); }

 div.DivClassName
 {
   background-color: #18512A;
 }
 .BgClassName
 {
   background-color: #18512A;
 }
</style>
border-color css

<style>
 span { border-color: #18512A; }

 span { border-color: rgb(24,81,42); }

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