Html Css Color HEX #125629 Crusoe

📋 copy color: '#125629'

red 18 ◦ green 86 ◦ blue 41

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

Shades of Crusoe #125629

Tints of Crusoe #125629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 28.28%

R = 12.41%
G = 59.31%
B = 28.28%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.52

 K value IS 0.66

RGB Variations

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

Color information

#125629 (or 0x125629) is known color: Crusoe. HEX triplet: 12, 56 and 29. RGB value is (18,86,41). Sum of RGB (Red+Green+Blue) = 18+86+41=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 86 (33.98% from 255 or 59.31% from 145); Blue value is 41 (16.41% from 255 or 28.28% from 145); Max value from RGB is 86 - color contains mainly: green. Hex color #125629 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125629 is #EDA9D6. Grayscale: #3C3C3C. Windows color (decimal): -15575511 or 2709010. OLE color: 2709010.

HSL color Cylindrical-coordinate representation of color #125629: hue angle of 140.29º 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 #125629 is Cyan = 0.79, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.66.

Color convert

RGB 18 86 41 -
CMYK 0.79 0 0.52 0.66
HSL 140.29º 0.65% 0.2% -
HSV(B) 140.29º 0.79% 0.34% -
XYZ 3.98 6.94 3.23 -
YUV 60.54 116.97 97.66 -
System Red Green Blue C M Y K H S L
Decimal 18 86 41 0.79 0 0.52 0.66 140.29 0.65 0.2
Hex 12 56 29 4F 0 34 42 8C 41 14
Octal 22 126 51 117 0 64 102 214 101 24
Binary 10010 1010110 101001 1001111 0 110100 1000010 10001100 1000001 10100

Color Harmonies of #125629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125629

Black with #125629

Text Example


Text Example

White with #125629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125629; }

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

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

background-color css

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

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

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

border-color css

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

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

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