#12652D

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

Shades of Crusoe #12652D

Tints of Crusoe #12652D

Color information

#12652D (or 0x12652D) is unknown color: approx Crusoe. HEX triplet: 12, 65 and 2D. RGB value is (18,101,45). Sum of RGB (Red+Green+Blue) = 18+101+45=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 101 (39.84% from 255 or 61.59% from 164); Blue value is 45 (17.97% from 255 or 27.44% from 164); Max value from RGB is 101 - color contains mainly: green. Hex color #12652D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12652D is #ED9AD2. Grayscale: #454545. Windows color (decimal): -15571667 or 2974994. OLE color: 2974994.

HSL color Cylindrical-coordinate representation of color #12652D: hue angle of 139.52º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #12652D is Cyan = 0.82, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.60.

Color convert

RGB1810145-
CMYK0.8200.550.60
HSL139.52º69.75%23.33%-
HSV(B)139.52º82.18%39.61%-
XYZ5.389.634.06-
YUV69.811491.05-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.98%
GREEN value IS 101 (39.84% from 255) = 61.59%
BLUE value IS 45 (17.97% from 255) = 27.44%
R=10.98%
G=61.59%
B=27.44%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18101450.8200.550.60139.5269.7523.33
Hex12652D520373C8c4617
Octal22145551220677421410627
Binary1001011001011011011010010011011111110010001100100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12652D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,101,45); }

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

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

 a { background-color: rgb(18,101,45); }

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

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

 span { border-color: rgb(18,101,45); }

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