Html Css Color HEX #125323 Crusoe

📋 copy color: '#125323'

red 18 ◦ green 83 ◦ blue 35

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

Shades of Crusoe #125323

Tints of Crusoe #125323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 25.74%

R = 13.24%
G = 61.03%
B = 25.74%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#125323 (or 0x125323) is known color: Crusoe. HEX triplet: 12, 53 and 23. RGB value is (18,83,35). Sum of RGB (Red+Green+Blue) = 18+83+35=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 83 (32.81% from 255 or 61.03% from 136); Blue value is 35 (14.06% from 255 or 25.74% from 136); Max value from RGB is 83 - color contains mainly: green. Hex color #125323 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125323 is #EDACDC. Grayscale: #3A3A3A. Windows color (decimal): -15576285 or 2315026. OLE color: 2315026.

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

Color convert

RGB 18 83 35 -
CMYK 0.78 0 0.58 0.67
HSL 135.69º 0.64% 0.2% -
HSV(B) 135.69º 0.78% 0.33% -
XYZ 3.65 6.44 2.64 -
YUV 58.09 114.97 99.4 -
System Red Green Blue C M Y K H S L
Decimal 18 83 35 0.78 0 0.58 0.67 135.69 0.64 0.2
Hex 12 53 23 4E 0 3A 43 88 40 14
Octal 22 123 43 116 0 72 103 210 100 24
Binary 10010 1010011 100011 1001110 0 111010 1000011 10001000 1000000 10100

Color Harmonies of #125323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125323

Black with #125323

Text Example


Text Example

White with #125323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125323; }

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

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

background-color css

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

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

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

border-color css

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

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

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