Html Css Color HEX #12521F Crusoe

📋 copy color: '#12521F'

red 18 ◦ green 82 ◦ blue 31

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

Shades of Crusoe #12521F

Tints of Crusoe #12521F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 23.66%

R = 13.74%
G = 62.6%
B = 23.66%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#12521F (or 0x12521F) is known color: Crusoe. HEX triplet: 12, 52 and 1F. RGB value is (18,82,31). Sum of RGB (Red+Green+Blue) = 18+82+31=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 82 (32.42% from 255 or 62.60% from 131); Blue value is 31 (12.5% from 255 or 23.66% from 131); Max value from RGB is 82 - color contains mainly: green. Hex color #12521F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12521F is #EDADE0. Grayscale: #393939. Windows color (decimal): -15576545 or 2052626. OLE color: 2052626.

HSL color Cylindrical-coordinate representation of color #12521F: hue angle of 132.19º 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 #12521F is Cyan = 0.78, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB 18 82 31 -
CMYK 0.78 0 0.62 0.68
HSL 132.19º 0.64% 0.2% -
HSV(B) 132.19º 0.78% 0.32% -
XYZ 3.51 6.26 2.32 -
YUV 57.05 113.3 100.15 -
System Red Green Blue C M Y K H S L
Decimal 18 82 31 0.78 0 0.62 0.68 132.19 0.64 0.2
Hex 12 52 1F 4E 0 3E 44 84 40 14
Octal 22 122 37 116 0 76 104 204 100 24
Binary 10010 1010010 11111 1001110 0 111110 1000100 10000100 1000000 10100

Color Harmonies of #12521F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12521F

Black with #12521F

Text Example


Text Example

White with #12521F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12521F; }

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

 H1.HeaderClassName
 {
   color: #12521F;
 }
 .AnyTagClassName
 {
   color: #12521F;
 }
</style>

background-color css

<style>
 a { background-color: #12521F; }

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

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

border-color css

<style>
 span { border-color: #12521F; }

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

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