Html Css Color HEX #12631C Crusoe

📋 copy color: '#12631C'

red 18 ◦ green 99 ◦ blue 28

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

Shades of Crusoe #12631C

Tints of Crusoe #12631C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 68.28%

 BLUE value IS 28 (11.33% from 255) = 19.31%

R = 12.41%
G = 68.28%
B = 19.31%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.72

 K value IS 0.61

RGB Variations

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

Color information

#12631C (or 0x12631C) is known color: Crusoe. HEX triplet: 12, 63 and 1C. RGB value is (18,99,28). Sum of RGB (Red+Green+Blue) = 18+99+28=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 99 (39.06% from 255 or 68.28% from 145); Blue value is 28 (11.33% from 255 or 19.31% from 145); Max value from RGB is 99 - color contains mainly: green. Hex color #12631C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12631C is #ED9CE3. Grayscale: #424242. Windows color (decimal): -15572196 or 1860370. OLE color: 1860370.

HSL color Cylindrical-coordinate representation of color #12631C: hue angle of 127.41º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #12631C is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.61.

Color convert

RGB 18 99 28 -
CMYK 0.82 0 0.72 0.61
HSL 127.41º 0.69% 0.23% -
HSV(B) 127.41º 0.82% 0.39% -
XYZ 4.92 9.14 2.6 -
YUV 66.69 106.16 93.27 -
System Red Green Blue C M Y K H S L
Decimal 18 99 28 0.82 0 0.72 0.61 127.41 0.69 0.23
Hex 12 63 1C 52 0 48 3D 7F 45 17
Octal 22 143 34 122 0 110 75 177 105 27
Binary 10010 1100011 11100 1010010 0 1001000 111101 1111111 1000101 10111

Color Harmonies of #12631C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12631C

Black with #12631C

Text Example


Text Example

White with #12631C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12631C; }

 p { color: rgb(18,99,28); }

 H1.HeaderClassName
 {
   color: #12631C;
 }
 .AnyTagClassName
 {
   color: #12631C;
 }
</style>

background-color css

<style>
 a { background-color: #12631C; }

 a { background-color: rgb(18,99,28); }

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

border-color css

<style>
 span { border-color: #12631C; }

 span { border-color: rgb(18,99,28); }

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