Html Css Color HEX #125531 Crusoe

📋 copy color: '#125531'

red 18 ◦ green 85 ◦ blue 49

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

Shades of Crusoe #125531

Tints of Crusoe #125531

RGB

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

 GREEN value IS 85 (33.59% from 255) = 55.92%

 BLUE value IS 49 (19.53% from 255) = 32.24%

R = 11.84%
G = 55.92%
B = 32.24%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#125531 (or 0x125531) is known color: Crusoe. HEX triplet: 12, 55 and 31. RGB value is (18,85,49). Sum of RGB (Red+Green+Blue) = 18+85+49=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 85 (33.59% from 255 or 55.92% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 85 - color contains mainly: green. Hex color #125531 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125531 is #EDAACE. Grayscale: #3C3C3C. Windows color (decimal): -15575759 or 3233042. OLE color: 3233042.

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

Color convert

RGB 18 85 49 -
CMYK 0.79 0 0.42 0.67
HSL 147.76º 0.65% 0.2% -
HSV(B) 147.76º 0.79% 0.33% -
XYZ 4.05 6.85 4.01 -
YUV 60.86 121.3 97.43 -
System Red Green Blue C M Y K H S L
Decimal 18 85 49 0.79 0 0.42 0.67 147.76 0.65 0.2
Hex 12 55 31 4F 0 2A 43 94 41 14
Octal 22 125 61 117 0 52 103 224 101 24
Binary 10010 1010101 110001 1001111 0 101010 1000011 10010100 1000001 10100

Color Harmonies of #125531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125531

Black with #125531

Text Example


Text Example

White with #125531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125531; }

 p { color: rgb(18,85,49); }

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

background-color css

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

 a { background-color: rgb(18,85,49); }

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

border-color css

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

 span { border-color: rgb(18,85,49); }

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