Html Css Color HEX #12621B Crusoe

📋 copy color: '#12621B'

red 18 ◦ green 98 ◦ blue 27

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

Shades of Crusoe #12621B

Tints of Crusoe #12621B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 68.53%

 BLUE value IS 27 (10.94% from 255) = 18.88%

R = 12.59%
G = 68.53%
B = 18.88%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#12621B (or 0x12621B) is known color: Crusoe. HEX triplet: 12, 62 and 1B. RGB value is (18,98,27). Sum of RGB (Red+Green+Blue) = 18+98+27=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 98 (38.67% from 255 or 68.53% from 143); Blue value is 27 (10.94% from 255 or 18.88% from 143); Max value from RGB is 98 - color contains mainly: green. Hex color #12621B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12621B is #ED9DE4. Grayscale: #424242. Windows color (decimal): -15572453 or 1794578. OLE color: 1794578.

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

Color convert

RGB 18 98 27 -
CMYK 0.82 0 0.72 0.62
HSL 126.75º 0.69% 0.23% -
HSV(B) 126.75º 0.82% 0.38% -
XYZ 4.81 8.94 2.51 -
YUV 65.99 106 93.77 -
System Red Green Blue C M Y K H S L
Decimal 18 98 27 0.82 0 0.72 0.62 126.75 0.69 0.23
Hex 12 62 1B 52 0 48 3E 7F 45 17
Octal 22 142 33 122 0 110 76 177 105 27
Binary 10010 1100010 11011 1010010 0 1001000 111110 1111111 1000101 10111

Color Harmonies of #12621B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12621B

Black with #12621B

Text Example


Text Example

White with #12621B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12621B; }

 p { color: rgb(18,98,27); }

 H1.HeaderClassName
 {
   color: #12621B;
 }
 .AnyTagClassName
 {
   color: #12621B;
 }
</style>

background-color css

<style>
 a { background-color: #12621B; }

 a { background-color: rgb(18,98,27); }

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

border-color css

<style>
 span { border-color: #12621B; }

 span { border-color: rgb(18,98,27); }

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