Html Css Color HEX #125633 Crusoe

📋 copy color: '#125633'

red 18 ◦ green 86 ◦ blue 51

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

Shades of Crusoe #125633

Tints of Crusoe #125633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 32.9%

R = 11.61%
G = 55.48%
B = 32.9%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.41

 K value IS 0.66

RGB Variations

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

Color information

#125633 (or 0x125633) is known color: Crusoe. HEX triplet: 12, 56 and 33. RGB value is (18,86,51). Sum of RGB (Red+Green+Blue) = 18+86+51=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 86 (33.98% from 255 or 55.48% from 155); Blue value is 51 (20.31% from 255 or 32.90% from 155); Max value from RGB is 86 - color contains mainly: green. Hex color #125633 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125633 is #EDA9CC. Grayscale: #3D3D3D. Windows color (decimal): -15575501 or 3364370. OLE color: 3364370.

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

Color convert

RGB 18 86 51 -
CMYK 0.79 0 0.41 0.66
HSL 149.12º 0.65% 0.2% -
HSV(B) 149.12º 0.79% 0.34% -
XYZ 4.17 7.02 4.27 -
YUV 61.68 121.97 96.85 -
System Red Green Blue C M Y K H S L
Decimal 18 86 51 0.79 0 0.41 0.66 149.12 0.65 0.2
Hex 12 56 33 4F 0 29 42 95 41 14
Octal 22 126 63 117 0 51 102 225 101 24
Binary 10010 1010110 110011 1001111 0 101001 1000010 10010101 1000001 10100

Color Harmonies of #125633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125633

Black with #125633

Text Example


Text Example

White with #125633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125633; }

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

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

background-color css

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

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

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

border-color css

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

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

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