Html Css Color HEX #125632 Crusoe

📋 copy color: '#125632'

red 18 ◦ green 86 ◦ blue 50

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

Shades of Crusoe #125632

Tints of Crusoe #125632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 32.47%

R = 11.69%
G = 55.84%
B = 32.47%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.42

 K value IS 0.66

RGB Variations

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

Color information

#125632 (or 0x125632) is known color: Crusoe. HEX triplet: 12, 56 and 32. RGB value is (18,86,50). Sum of RGB (Red+Green+Blue) = 18+86+50=154 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.69% from 154); Green value is 86 (33.98% from 255 or 55.84% from 154); Blue value is 50 (19.92% from 255 or 32.47% from 154); Max value from RGB is 86 - color contains mainly: green. Hex color #125632 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125632 is #EDA9CD. Grayscale: #3D3D3D. Windows color (decimal): -15575502 or 3298834. OLE color: 3298834.

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

Color convert

RGB 18 86 50 -
CMYK 0.79 0 0.42 0.66
HSL 148.24º 0.65% 0.2% -
HSV(B) 148.24º 0.79% 0.34% -
XYZ 4.15 7.01 4.15 -
YUV 61.56 121.47 96.93 -
System Red Green Blue C M Y K H S L
Decimal 18 86 50 0.79 0 0.42 0.66 148.24 0.65 0.2
Hex 12 56 32 4F 0 2A 42 94 41 14
Octal 22 126 62 117 0 52 102 224 101 24
Binary 10010 1010110 110010 1001111 0 101010 1000010 10010100 1000001 10100

Color Harmonies of #125632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125632

Black with #125632

Text Example


Text Example

White with #125632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125632; }

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

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

background-color css

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

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

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

border-color css

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

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

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