Html Css Color HEX #125326 Crusoe

📋 copy color: '#125326'

red 18 ◦ green 83 ◦ blue 38

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

Shades of Crusoe #125326

Tints of Crusoe #125326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 27.34%

R = 12.95%
G = 59.71%
B = 27.34%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#125326 (or 0x125326) is known color: Crusoe. HEX triplet: 12, 53 and 26. RGB value is (18,83,38). Sum of RGB (Red+Green+Blue) = 18+83+38=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 83 (32.81% from 255 or 59.71% from 139); Blue value is 38 (15.23% from 255 or 27.34% from 139); Max value from RGB is 83 - color contains mainly: green. Hex color #125326 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125326 is #EDACD9. Grayscale: #3A3A3A. Windows color (decimal): -15576282 or 2511634. OLE color: 2511634.

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

Color convert

RGB 18 83 38 -
CMYK 0.78 0 0.54 0.67
HSL 138.46º 0.64% 0.2% -
HSV(B) 138.46º 0.78% 0.33% -
XYZ 3.69 6.46 2.89 -
YUV 58.44 116.47 99.16 -
System Red Green Blue C M Y K H S L
Decimal 18 83 38 0.78 0 0.54 0.67 138.46 0.64 0.2
Hex 12 53 26 4E 0 36 43 8A 40 14
Octal 22 123 46 116 0 66 103 212 100 24
Binary 10010 1010011 100110 1001110 0 110110 1000011 10001010 1000000 10100

Color Harmonies of #125326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125326

Black with #125326

Text Example


Text Example

White with #125326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125326; }

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

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

background-color css

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

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

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

border-color css

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

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

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