Html Css Color HEX #12592D Crusoe

📋 copy color: '#12592D'

red 18 ◦ green 89 ◦ blue 45

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

Shades of Crusoe #12592D

Tints of Crusoe #12592D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 58.55%

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

R = 11.84%
G = 58.55%
B = 29.61%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#12592D (or 0x12592D) is known color: Crusoe. HEX triplet: 12, 59 and 2D. RGB value is (18,89,45). Sum of RGB (Red+Green+Blue) = 18+89+45=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 89 (35.16% from 255 or 58.55% from 152); Blue value is 45 (17.97% from 255 or 29.61% from 152); Max value from RGB is 89 - color contains mainly: green. Hex color #12592D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12592D is #EDA6D2. Grayscale: #3E3E3E. Windows color (decimal): -15574739 or 2971922. OLE color: 2971922.

HSL color Cylindrical-coordinate representation of color #12592D: hue angle of 142.82º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12592D is Cyan = 0.80, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 89 45 -
CMYK 0.80 0 0.49 0.65
HSL 142.82º 0.66% 0.21% -
HSV(B) 142.82º 0.8% 0.35% -
XYZ 4.3 7.46 3.7 -
YUV 62.76 117.98 96.08 -
System Red Green Blue C M Y K H S L
Decimal 18 89 45 0.80 0 0.49 0.65 142.82 0.66 0.21
Hex 12 59 2D 50 0 31 41 8F 42 15
Octal 22 131 55 120 0 61 101 217 102 25
Binary 10010 1011001 101101 1010000 0 110001 1000001 10001111 1000010 10101

Color Harmonies of #12592D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12592D

Black with #12592D

Text Example


Text Example

White with #12592D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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