Html Css Color HEX #12522A Crusoe

📋 copy color: '#12522A'

red 18 ◦ green 82 ◦ blue 42

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

Shades of Crusoe #12522A

Tints of Crusoe #12522A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 57.75%

 BLUE value IS 42 (16.8% from 255) = 29.58%

R = 12.68%
G = 57.75%
B = 29.58%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#12522A (or 0x12522A) is known color: Crusoe. HEX triplet: 12, 52 and 2A. RGB value is (18,82,42). Sum of RGB (Red+Green+Blue) = 18+82+42=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 82 (32.42% from 255 or 57.75% from 142); Blue value is 42 (16.80% from 255 or 29.58% from 142); Max value from RGB is 82 - color contains mainly: green. Hex color #12522A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12522A is #EDADD5. Grayscale: #3A3A3A. Windows color (decimal): -15576534 or 2773522. OLE color: 2773522.

HSL color Cylindrical-coordinate representation of color #12522A: hue angle of 142.5º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #12522A is Cyan = 0.78, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.68.

Color convert

RGB 18 82 42 -
CMYK 0.78 0 0.49 0.68
HSL 142.5º 0.64% 0.2% -
HSV(B) 142.5º 0.78% 0.32% -
XYZ 3.68 6.33 3.22 -
YUV 58.3 118.8 99.25 -
System Red Green Blue C M Y K H S L
Decimal 18 82 42 0.78 0 0.49 0.68 142.5 0.64 0.2
Hex 12 52 2A 4E 0 31 44 8E 40 14
Octal 22 122 52 116 0 61 104 216 100 24
Binary 10010 1010010 101010 1001110 0 110001 1000100 10001110 1000000 10100

Color Harmonies of #12522A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12522A

Black with #12522A

Text Example


Text Example

White with #12522A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12522A; }

 p { color: rgb(18,82,42); }

 H1.HeaderClassName
 {
   color: #12522A;
 }
 .AnyTagClassName
 {
   color: #12522A;
 }
</style>

background-color css

<style>
 a { background-color: #12522A; }

 a { background-color: rgb(18,82,42); }

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

border-color css

<style>
 span { border-color: #12522A; }

 span { border-color: rgb(18,82,42); }

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