Html Css Color HEX #12572D Crusoe

📋 copy color: '#12572D'

red 18 ◦ green 87 ◦ blue 45

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

Shades of Crusoe #12572D

Tints of Crusoe #12572D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 58%

 BLUE value IS 45 (17.97% from 255) = 30%

R = 12%
G = 58%
B = 30%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.48

 K value IS 0.66

RGB Variations

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

Color information

#12572D (or 0x12572D) is known color: Crusoe. HEX triplet: 12, 57 and 2D. RGB value is (18,87,45). Sum of RGB (Red+Green+Blue) = 18+87+45=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 87 (34.38% from 255 or 58% from 150); Blue value is 45 (17.97% from 255 or 30% from 150); Max value from RGB is 87 - color contains mainly: green. Hex color #12572D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12572D is #EDA8D2. Grayscale: #3D3D3D. Windows color (decimal): -15575251 or 2971410. OLE color: 2971410.

HSL color Cylindrical-coordinate representation of color #12572D: hue angle of 143.48º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #12572D is Cyan = 0.79, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.66.

Color convert

RGB 18 87 45 -
CMYK 0.79 0 0.48 0.66
HSL 143.48º 0.66% 0.21% -
HSV(B) 143.48º 0.79% 0.34% -
XYZ 4.13 7.13 3.64 -
YUV 61.58 118.64 96.92 -
System Red Green Blue C M Y K H S L
Decimal 18 87 45 0.79 0 0.48 0.66 143.48 0.66 0.21
Hex 12 57 2D 4F 0 30 42 8F 42 15
Octal 22 127 55 117 0 60 102 217 102 25
Binary 10010 1010111 101101 1001111 0 110000 1000010 10001111 1000010 10101

Color Harmonies of #12572D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12572D

Black with #12572D

Text Example


Text Example

White with #12572D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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