Html Css Color HEX #12531F Crusoe

📋 copy color: '#12531F'

red 18 ◦ green 83 ◦ blue 31

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

Shades of Crusoe #12531F

Tints of Crusoe #12531F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 62.88%

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

R = 13.64%
G = 62.88%
B = 23.48%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#12531F (or 0x12531F) is known color: Crusoe. HEX triplet: 12, 53 and 1F. RGB value is (18,83,31). Sum of RGB (Red+Green+Blue) = 18+83+31=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 83 (32.81% from 255 or 62.88% from 132); Blue value is 31 (12.5% from 255 or 23.48% from 132); Max value from RGB is 83 - color contains mainly: green. Hex color #12531F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12531F is #EDACE0. Grayscale: #393939. Windows color (decimal): -15576289 or 2052882. OLE color: 2052882.

HSL color Cylindrical-coordinate representation of color #12531F: hue angle of 132º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #12531F is Cyan = 0.78, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 83 31 -
CMYK 0.78 0 0.63 0.67
HSL 132º 0.64% 0.2% -
HSV(B) 132º 0.78% 0.33% -
XYZ 3.59 6.41 2.35 -
YUV 57.64 112.97 99.73 -
System Red Green Blue C M Y K H S L
Decimal 18 83 31 0.78 0 0.63 0.67 132 0.64 0.2
Hex 12 53 1F 4E 0 3F 43 84 40 14
Octal 22 123 37 116 0 77 103 204 100 24
Binary 10010 1010011 11111 1001110 0 111111 1000011 10000100 1000000 10100

Color Harmonies of #12531F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12531F

Black with #12531F

Text Example


Text Example

White with #12531F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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