Html Css Color HEX #125320 Crusoe

📋 copy color: '#125320'

red 18 ◦ green 83 ◦ blue 32

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

Shades of Crusoe #125320

Tints of Crusoe #125320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 24.06%

R = 13.53%
G = 62.41%
B = 24.06%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#125320 (or 0x125320) is known color: Crusoe. HEX triplet: 12, 53 and 20. RGB value is (18,83,32). Sum of RGB (Red+Green+Blue) = 18+83+32=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 83 (32.81% from 255 or 62.41% from 133); Blue value is 32 (12.89% from 255 or 24.06% from 133); Max value from RGB is 83 - color contains mainly: green. Hex color #125320 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125320 is #EDACDF. Grayscale: #393939. Windows color (decimal): -15576288 or 2118418. OLE color: 2118418.

HSL color Cylindrical-coordinate representation of color #125320: hue angle of 132.92º 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 #125320 is Cyan = 0.78, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 83 32 -
CMYK 0.78 0 0.61 0.67
HSL 132.92º 0.64% 0.2% -
HSV(B) 132.92º 0.78% 0.33% -
XYZ 3.6 6.42 2.42 -
YUV 57.75 113.47 99.65 -
System Red Green Blue C M Y K H S L
Decimal 18 83 32 0.78 0 0.61 0.67 132.92 0.64 0.2
Hex 12 53 20 4E 0 3D 43 85 40 14
Octal 22 123 40 116 0 75 103 205 100 24
Binary 10010 1010011 100000 1001110 0 111101 1000011 10000101 1000000 10100

Color Harmonies of #125320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125320

Black with #125320

Text Example


Text Example

White with #125320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125320; }

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

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

background-color css

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

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

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

border-color css

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

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

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