Html Css Color HEX #125625 Crusoe

📋 copy color: '#125625'

red 18 ◦ green 86 ◦ blue 37

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

Shades of Crusoe #125625

Tints of Crusoe #125625

RGB

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

 GREEN value IS 86 (33.98% from 255) = 60.99%

 BLUE value IS 37 (14.84% from 255) = 26.24%

R = 12.77%
G = 60.99%
B = 26.24%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.57

 K value IS 0.66

RGB Variations

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

Color information

#125625 (or 0x125625) is known color: Crusoe. HEX triplet: 12, 56 and 25. RGB value is (18,86,37). Sum of RGB (Red+Green+Blue) = 18+86+37=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 86 (33.98% from 255 or 60.99% from 141); Blue value is 37 (14.84% from 255 or 26.24% from 141); Max value from RGB is 86 - color contains mainly: green. Hex color #125625 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125625 is #EDA9DA. Grayscale: #3C3C3C. Windows color (decimal): -15575515 or 2446866. OLE color: 2446866.

HSL color Cylindrical-coordinate representation of color #125625: hue angle of 136.76º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #125625 is Cyan = 0.79, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.66.

Color convert

RGB 18 86 37 -
CMYK 0.79 0 0.57 0.66
HSL 136.76º 0.65% 0.2% -
HSV(B) 136.76º 0.79% 0.34% -
XYZ 3.91 6.92 2.88 -
YUV 60.08 114.97 97.98 -
System Red Green Blue C M Y K H S L
Decimal 18 86 37 0.79 0 0.57 0.66 136.76 0.65 0.2
Hex 12 56 25 4F 0 39 42 89 41 14
Octal 22 126 45 117 0 71 102 211 101 24
Binary 10010 1010110 100101 1001111 0 111001 1000010 10001001 1000001 10100

Color Harmonies of #125625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125625

Black with #125625

Text Example


Text Example

White with #125625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125625; }

 p { color: rgb(18,86,37); }

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

background-color css

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

 a { background-color: rgb(18,86,37); }

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

border-color css

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

 span { border-color: rgb(18,86,37); }

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